GdPicture.NET.14.MAUI
GdPicture14.MAUI Namespace / GdViewer Class / ViewRotated Event





In This Topic
ViewRotated Event
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