DragDeltaEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(1238012368, 64579, 22193, 152, 189, 104, 226, 225, 226, 77, 233)]
public delegate void DragDeltaEventHandler(object sender, DragDeltaEventArgs e);
Public Delegate Sub DragDeltaEventHandler(sender As Object, e As DragDeltaEventArgs)
Parameters
- sender
- Object
The object where the event handler is attached.
The event data.
- Attributes