FarPoint.Win
PopupCancelEventArgs Class
Members  See Also 
FarPoint.Win Assembly > FarPoint.Win Namespace : PopupCancelEventArgs Class


Arguments to a PopupCancel event. Provides a reference to the popup form that is to be closed and allows the operation to be cancelled.

Syntax

Visual Basic (Declaration) 
Public Class PopupCancelEventArgs 
   Inherits EventArgs
Visual Basic (Usage)Copy Code
Dim instance As PopupCancelEventArgs
C# 
public class PopupCancelEventArgs : EventArgs 

Inheritance Hierarchy

System.Object
   System.EventArgs
      FarPoint.Win.PopupCancelEventArgs

See Also