C# Class Dev2.CustomControls.Behavior.AttachBehavior

显示文件 Open project: Warewolf-ESB/Warewolf

Public Properties

Property Type Description
BehaviorTypeProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetBehaviorType ( DependencyObject obj ) : Type
SetBehaviorType ( DependencyObject obj, Type value ) : void

Private Methods

Method Description
PropertyChangedCallback ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs args ) : void

Method Details

GetBehaviorType() public static method

public static GetBehaviorType ( DependencyObject obj ) : Type
obj System.Windows.DependencyObject
return System.Type

SetBehaviorType() public static method

public static SetBehaviorType ( DependencyObject obj, Type value ) : void
obj System.Windows.DependencyObject
value System.Type
return void

Property Details

BehaviorTypeProperty public_oe static_oe property

public static DependencyProperty,System.Windows BehaviorTypeProperty
return System.Windows.DependencyProperty