ScrollBar.OnContextMenuClosing(ContextMenuEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The event data.
Remarks
The ContextMenu of a ScrollBar provides options for changing the Value of the ScrollBar.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.