Show / Hide Table of Contents

Interface IHostAwareRegionBehavior

Defines a IRegionBehavior that not allows extensible behaviors on regions which also interact with the target element that the IRegion is attached to.

IRegionBehavior.Region
IRegionBehavior.Attach()
Namespace: Sartorius.SAF.Presentation.Regions.Behaviors
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public interface IHostAwareRegionBehavior : IRegionBehavior

Properties

View Source

HostControl

Gets or sets the System.Windows.DependencyObject that the IRegion is attached to.

Declaration
DependencyObject HostControl { get; set; }
Property Value
Type Description
System.Windows.DependencyObject

A System.Windows.DependencyObject that the IRegion is attached to. This is usually a System.Windows.FrameworkElement that is part of the tree.

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX