In This Topic
Specifies the event handler for a view rotation.
Syntax
'Declaration
Public Event ViewRotated As EventHandler(Of GdViewer.ViewRotatedEventArgs)
public event EventHandler<GdViewer.ViewRotatedEventArgs> ViewRotated
public event ViewRotated: EventHandler;
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event EventHandler<GdViewer.ViewRotatedEventArgs*>* ViewRotated
public:
event EventHandler<GdViewer.ViewRotatedEventArgs^>^ ViewRotated
See Also