Skip to main content
A newer version of this page is available. .

DragDropBehaviorProperties.SetEventsStorage(IComponent) Method

Assigns the specified DragDropEvents object to the Events property. For internal use.

Namespace: DevExpress.Utils.DragDrop

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public override void SetEventsStorage(
    IComponent eventsStorage
)

Parameters

Name Type Description
eventsStorage IComponent

For internal use.

See Also