Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / PopupCancelEventArgs Class
Members


In This Topic
    PopupCancelEventArgs Class
    In This Topic
    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
    public class PopupCancelEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.PopupCancelEventArgs

    See Also