C# Class csExWB.WBDragEnterEventArgs

Inheritance: System.EventArgs
Mostra file Open project: mcorrientes/Web-Security-Toolset

Public Properties

Property Type Description
dataobject System.Windows.Forms.DataObject
dropeffect DROPEFFECT
handled bool
keystate uint
pt System.Drawing.Point

Public Methods

Method Description
SetParameters ( DataObject DropDataObject, uint KeyState, System pt, uint Effect ) : void
WBDragEnterEventArgs ( ) : System

Method Details

SetParameters() public method

public SetParameters ( DataObject DropDataObject, uint KeyState, System pt, uint Effect ) : void
DropDataObject System.Windows.Forms.DataObject
KeyState uint
pt System
Effect uint
return void

WBDragEnterEventArgs() public method

public WBDragEnterEventArgs ( ) : System
return System

Property Details

dataobject public_oe property

public DataObject,System.Windows.Forms dataobject
return System.Windows.Forms.DataObject

dropeffect public_oe property

public DROPEFFECT dropeffect
return DROPEFFECT

handled public_oe property

public bool handled
return bool

keystate public_oe property

public uint keystate
return uint

pt public_oe property

public System.Drawing.Point pt
return System.Drawing.Point