DragCompletedEventHandler 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 DragCompleted event of a Thumb.
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(2725253835, 37439, 22930, 173, 226, 135, 143, 124, 121, 78, 245)]
public delegate void DragCompletedEventHandler(object sender, DragCompletedEventArgs e);
Public Delegate Sub DragCompletedEventHandler(sender As Object, e As DragCompletedEventArgs)
Parameters
- sender
- Object
The object where the event handler is attached.
The event data.
- Attributes