Show / Hide Table of Contents

Class DragEventArgsExtensions

Extension methods for DragEventArgs.

Inheritance
object
DragEventArgsExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.BotBrain.Extensions
Assembly: Phoenix.Plugin.BotBrain.Lists.dll
Syntax
public static class DragEventArgsExtensions

Methods

View Source

IsDragCopy(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.

  • View Source
In this article
Back to top Generated by DocFX