Back to Devexpress

BaseEdit.SendMouse(MouseEventArgs) Method

windowsforms-devexpress-dot-xtraeditors-dot-baseedit-dot-sendmouse-x28-system-dot-windows-dot-forms-dot-mouseeventargs-x29.md

latest1.6 KB
Original Source

BaseEdit.SendMouse(MouseEventArgs) Method

Raises the RepositoryItem.MouseDown event.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void SendMouse(
    MouseEventArgs e
)
vb
Public Overridable Sub SendMouse(
    e As MouseEventArgs
)

Parameters

NameTypeDescription
eMouseEventArgs

A MouseEventArgs object providing data for the RepositoryItem.MouseDown event.

|

Remarks

This method supports the internal editor library’s infrastructure and you will have no need to use it in your applications.

See Also

MouseDown

BaseEdit Class

BaseEdit Members

DevExpress.XtraEditors Namespace