Property | Type | Description | |
---|---|---|---|
IsEmptyProperty | DependencyProperty | ||
IsMonitoringProperty | DependencyProperty |
Method | Description | |
---|---|---|
GetIsEmpty ( DependencyObject obj ) : bool | ||
GetIsMonitoring ( DependencyObject obj ) : bool | ||
SetIsEmpty ( DependencyObject obj, bool value ) : void | ||
SetIsMonitoring ( DependencyObject obj, bool value ) : void |
Method | Description | |
---|---|---|
InputChanged ( object sender, RoutedEventArgs e ) : void | ||
OnIsMonitoringChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void |
public static GetIsEmpty ( DependencyObject obj ) : bool | ||
obj | DependencyObject | |
return | bool |
public static GetIsMonitoring ( DependencyObject obj ) : bool | ||
obj | DependencyObject | |
return | bool |
public static SetIsEmpty ( DependencyObject obj, bool value ) : void | ||
obj | DependencyObject | |
value | bool | |
return | void |
public static SetIsMonitoring ( DependencyObject obj, bool value ) : void | ||
obj | DependencyObject | |
value | bool | |
return | void |
public static DependencyProperty IsEmptyProperty | ||
return | DependencyProperty |