Back to Devexpress

PopupDragStartedEventArgs Class

blazor-devexpress-dot-blazor-0529bcf8.md

latest1.3 KB
Original Source

PopupDragStartedEventArgs Class

Contains data for the DragStarted event.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public class PopupDragStartedEventArgs :
    EventArgs

PopupDragStartedEventArgs is the data class for the following events:

Remarks

When the AllowDrag property is set to true, users can drag the Popup. Handle the DragStarted event to be notified when a user starts to drag the component. The event argument’s Position parameter returns the Popup’s initial position.

Inheritance

Object EventArgs PopupDragStartedEventArgs

See Also

PopupDragStartedEventArgs Members

DevExpress.Blazor Namespace