Show / Hide Table of Contents

Class DragDropEventArgs

Arguments for the drag/drop operations for User Management.

Inheritance
System.Object
System.EventArgs
DragDropEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix.Users
Assembly: Phoenix.Plugin.Users.dll
Syntax
public class DragDropEventArgs : EventArgs

Constructors

View Source

DragDropEventArgs(Func<Object>)

Initializes a new instance of the DragDropEventArgs class.

Declaration
public DragDropEventArgs(Func<object> eventArgs)
Parameters
Type Name Description
System.Func<System.Object> eventArgs

The function that gets the event args.

View Source

DragDropEventArgs(Object)

Initializes a new instance of the DragDropEventArgs class.

Declaration
public DragDropEventArgs(object eventArgs)
Parameters
Type Name Description
System.Object eventArgs

The event args.

Properties

View Source

EventArgs

Gets the event args.

Declaration
public object EventArgs { get; }
Property Value
Type Description
System.Object
  • View Source
In This Article
Back to top Generated by DocFX