Back to Devexpress

AppointmentFlyoutHtmlElementMouseEventArgs Members

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

latest9.3 KB
Original Source

AppointmentFlyoutHtmlElementMouseEventArgs Members

Contains data for the AppointmentFlyoutHtmlElementMouseClick event.

Fields

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

Properties

NameDescription
AppointmentGets an appointment whose flyout is clicked.
BoundsReturns actual bounds of a clicked element. The returned value depends on the screen scaling. For example, the Bounds property for a square div element with 50px sides returns Height and Width values of 100px when shown on a display with a 200% Windows scaling option. Inherited from DxHtmlElementMouseEventArgs.
BubblesReturns whether this element can pass an event up along the tree, to its parent HTML elements. You can enable the CancelBubble property to stop an event at this control level. See any “HtmlElementMouse~” event description for more details on bubbling (for example, WinExplorerView.HtmlElementMouseClick). Inherited from DxHtmlElementEventArgs.
ButtonReturns the clicked mouse button. Inherited from DxHtmlElementMouseEventArgs.
CancelBubbleSpecifies whether this element should pass an event to its parent elements. See any “HtmlElementMouse~” event description for more information about bubbling (for example, WinExplorerView.HtmlElementMouseClick). Inherited from DxHtmlElementEventArgs.
ClicksReturns the number of clicks. Inherited from DxHtmlElementMouseEventArgs.
CurrentTargetInherited from DxHtmlElementEventArgs.
ElementInherited from DxHtmlElementEventArgs.
ElementIdReturns the unique identifier of an HTML element. Element IDs are set in HTML markup (the “id” property). See any “HtmlElementMouse~” event description for more information (for example, WinExplorerView.HtmlElementMouseClick). Inherited from DxHtmlElementEventArgs.
HitInfoReturns information about a clicked element. Inherited from DxHtmlElementMouseEventArgs.
IsClickInherited from DxHtmlElementMouseEventArgs.
MouseArgsReturns information about a mouse pointer. Inherited from DxHtmlElementMouseEventArgs.
NodeNameInherited from DxHtmlElementEventArgs.
Resource
RootElementInherited from DxHtmlElementEventArgs.
SourceItemInherited from DxHtmlElementMouseEventArgs.
SuppressOwnerEventSpecifies whether a control whose HTML element triggered this event should raise its own related event. See any “HtmlElementMouse~” event description for more information (for example, WinExplorerView.HtmlElementMouseClick). Inherited from DxHtmlElementEventArgs.
TagNameInherited from DxHtmlElementEventArgs.
TargetInherited from DxHtmlElementEventArgs.
XReturns the X coordinate of a mouse pointer. Inherited from DxHtmlElementMouseEventArgs.
YReturns the Y coordinate of a mouse pointer. Inherited from DxHtmlElementMouseEventArgs.

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.
HasClassName(String, Boolean)Inherited from DxHtmlElementEventArgs.
HasId(String, Boolean)Inherited from DxHtmlElementEventArgs.
HasTag(String, Boolean)Inherited from DxHtmlElementEventArgs.
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

AppointmentFlyoutHtmlElementMouseEventArgs Class

DevExpress.XtraScheduler Namespace