Maps for WinRT
IsEnabledChanged Event (C1VectorPolyline)


Syntax
'Declaration
 
Public Event IsEnabledChanged As DependencyPropertyChangedEventHandler
'Usage
 
Dim instance As C1VectorPolyline
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

C1VectorPolyline Class
C1VectorPolyline Members

 

 


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

Product Support Forum  |  Documentation Feedback