C1.Silverlight.PdfViewer.5
IsEnabledChanged Event (C1PdfViewerToolbar)

Syntax
'Declaration
 
Public Event IsEnabledChanged As System.Windows.DependencyPropertyChangedEventHandler
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.

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

C1PdfViewerToolbar Class
C1PdfViewerToolbar Members

 

 


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