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 SourceDragDropEventArgs(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. |
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 SourceEventArgs
Gets the event args.
Declaration
public object EventArgs { get; }
Property Value
Type | Description |
---|---|
System.Object |