'Declaration Public Event IsEnabledChanged As System.Windows.DependencyPropertyChangedEventHandler
'Usage Dim instance As TabStripResizeBar Dim handler As System.Windows.DependencyPropertyChangedEventHandler AddHandler instance.IsEnabledChanged, handler
public event System.Windows.DependencyPropertyChangedEventHandler IsEnabledChanged
Event Data
The event handler receives an argument of type System.Windows.DependencyPropertyChangedEventArgs containing data related to this event. The following DependencyPropertyChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
NewValue | |
OldValue | |
Property |
See Also