DragDropBehaviorProperties.SetEventsStorage(IComponent) Method
In This Article
For internal use.
Namespace: DevExpress.Utils.DragDrop
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public override void SetEventsStorage(
IComponent eventsStorage
)
#Parameters
Name | Type | Description |
---|---|---|
events |
IComponent | For internal use. |
See Also