ScrollBar.OnContextMenuClosing(ContextMenuEventArgs) Method

Definition

Provides class handling for the ContextMenuClosing event that occurs when the ContextMenu for a ScrollBar closes.

protected:
 override void OnContextMenuClosing(System::Windows::Controls::ContextMenuEventArgs ^ e);
protected override void OnContextMenuClosing (System.Windows.Controls.ContextMenuEventArgs e);
override this.OnContextMenuClosing : System.Windows.Controls.ContextMenuEventArgs -> unit
Protected Overrides Sub OnContextMenuClosing (e As ContextMenuEventArgs)

Parameters

e
ContextMenuEventArgs

The event data.

Remarks

The ContextMenu of a ScrollBar provides options for changing the Value of the ScrollBar.

Applies to