DragStartedEventHandler 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.
Represents the method that will handle the DragStarted event of a Thumb.
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(320413549, 42577, 22640, 179, 161, 34, 21, 80, 0, 53, 18)]
public delegate void DragStartedEventHandler(object sender, DragStartedEventArgs e);
Public Delegate Sub DragStartedEventHandler(sender As Object, e As DragStartedEventArgs)
Parameters
- sender
- Object
The object where the event handler is attached.
The event data.
- Attributes