Maps for WinRT
IsEnabledChanged Event (C1VectorItem)


Syntax
'Declaration
 
Public Event IsEnabledChanged As DependencyPropertyChangedEventHandler
'Usage
 
Dim instance As C1VectorItem
Dim handler As DependencyPropertyChangedEventHandler
 
AddHandler instance.IsEnabledChanged, handler
public event DependencyPropertyChangedEventHandler IsEnabledChanged
Event Data

The event handler receives an argument of type DependencyPropertyChangedEventArgs containing data related to this event. The following DependencyPropertyChangedEventArgs properties provide information specific to this event.

PropertyDescription
NewValueGets the value of the property after the change.  
OldValueGets the value of the property before the change.  
PropertyGets the identifier for the dependency property where the value change occurred.  
See Also

Reference

C1VectorItem Class
C1VectorItem Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback