Class DragEventArgsExtensions
Extension methods for DragEventArgs.
Inherited Members
Namespace: Phoenix.BotBrain.Extensions
Assembly: Phoenix.Plugin.BotBrain.Lists.dll
Syntax
public static class DragEventArgsExtensions
Methods
View SourceIsDragCopy(DragEventArgs)
Gets a value indicating whether or not the event indicates a copy action.
Declaration
public static bool IsDragCopy(this DragEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
DragEventArgs | e | The event. |
Returns
Type | Description |
---|---|
bool | True if it is a copy action. |