'Declaration
Public Event RotationChanged As EventHandler(Of EventArgs)
'Usage
Dim instance As PDFPage Dim handler As EventHandler(Of EventArgs) AddHandler instance.RotationChanged, handler
public event EventHandler<EventArgs> RotationChanged
public: __event EventHandler<EventArgs*>* RotationChanged
public: event EventHandler<EventArgs^>^ RotationChanged