In This Topic
GdPicture14.WPF Namespace / GdViewer.BeforePageRotationHandler Delegate

GdViewer.BeforePageRotationHandler Delegate

In This Topic
Syntax
'Declaration
 
Public Delegate Sub GdViewer.BeforePageRotationHandler( _
   ByVal sender As Object, _
   ByVal e As GdViewer.BeforePageRotationEventArgs _
) 
public delegate void GdViewer.BeforePageRotationHandler( 
   object sender,
   GdViewer.BeforePageRotationEventArgs e
)
public delegate GdViewer.BeforePageRotationHandler( 
    sender: TObject;
    e: GdViewer.BeforePageRotationEventArgs
);
public delegate GdViewer.BeforePageRotationHandler( 
   sender : Object,
   e : GdViewer.BeforePageRotationEventArgs
)
public: __gc __delegate void GdViewer.BeforePageRotationHandler( 
   Object* sender,
   GdViewer.BeforePageRotationEventArgs* e
)
public delegate void GdViewer.BeforePageRotationHandler( 
   Object^ sender,
   GdViewer.BeforePageRotationEventArgs^ e
)

Parameters

sender
e
See Also