Property | Type | Description | |
---|---|---|---|
DataProperty | DependencyProperty |
Method | Description | |
---|---|---|
GetData ( DependencyObject obj ) : string | ||
SetData ( DependencyObject obj, string value ) : void |
Method | Description | |
---|---|---|
OnDataChanged ( DependencyObject source, DependencyPropertyChangedEventArgs args ) : void |
public static GetData ( DependencyObject obj ) : string | ||
obj | DependencyObject | |
return | string |
public static SetData ( DependencyObject obj, string value ) : void | ||
obj | DependencyObject | |
value | string | |
return | void |