FarPoint.Win Assembly / FarPoint.Win Namespace / PopupCancelEventArgs Class
Members


PopupCancelEventArgs Class
Arguments of a PopupCancel event. Provides a reference to the popup form that is to be closed and allows the operation to be cancelled.
Syntax
'Declaration
 
Public Class PopupCancelEventArgs 
   Inherits System.EventArgs
 
'Usage
 
Dim instance As PopupCancelEventArgs
Inheritance Hierarchy

System.Object
   System.EventArgs
      FarPoint.Win.PopupCancelEventArgs

See Also