Initializes a new instance of the PopupMenuShowingEventArgs class.
public PopupMenuShowingEventArgs( PivotGridPopupMenu menu )
Public New( ByVal menu As PivotGridPopupMenu )
Instances of the PopupMenuShowingEventArgs class are automatically created, initialized and passed to the PivotGridControl.PopupMenuShowing event handlers. Typically, there is no need to call this constructor directly from your code.