Back to Devexpress

PrepareContextMenuEventArgs Members

windowsforms-devexpress-dot-xtrascheduler-dot-preparecontextmenueventargs-dot-underscore-members.md

latest4.4 KB
Original Source

PrepareContextMenuEventArgs Members

Obsolete. Provides data for the SchedulerControl.PrepareContextMenu event.

Constructors

NameDescription
PrepareContextMenuEventArgs(SchedulerPopupMenu, SchedulerHitInfo, Point, SchedulerMenuType, Boolean)Initializes a new instance of the PrepareContextMenuEventArgs class with specified settings.

Fields

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

NameDescription
AllowGets or sets whether to enable the popup menu. Inherited from PopupMenuShowingEventArgs.
HitInfoGets an object that identifies the menu UI element that the user clicked on. Inherited from PopupMenuShowingEventArgs.
MenuGets or sets the popup (context) menu for which this event was raised. Inherited from PopupMenuShowingEventArgs.
MenuTypeGets the type of the popup menu. Inherited from PopupMenuShowingEventArgs.
PointGets the position to invoke the popup menu. Inherited from PopupMenuShowingEventArgs.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

PrepareContextMenuEventArgs Class

DevExpress.XtraScheduler Namespace