In This Topic
GdPicture14.WPF Namespace / GdViewer Class / BeforeDocumentChange Event

BeforeDocumentChange Event (GdViewer)

In This Topic
Syntax
'Declaration

 

Public Event BeforeDocumentChange As GdViewer.BeforeDocumentChangeHandler
public event GdViewer.BeforeDocumentChangeHandler BeforeDocumentChange
public event BeforeDocumentChange: GdViewer.BeforeDocumentChangeHandler; 
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event GdViewer.BeforeDocumentChangeHandler* BeforeDocumentChange
public:

event GdViewer.BeforeDocumentChangeHandler^ BeforeDocumentChange
Event Data

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

PropertyDescription
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
See Also