C# Class csExWB.WBDropEventArgs

Inheritance: System.EventArgs
ファイルを表示 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 ( uint KeyState, System pt, DataObject DropDataObject, uint Effect ) : void
WBDropEventArgs ( ) : System

Method Details

SetParameters() public method

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

WBDropEventArgs() public method

public WBDropEventArgs ( ) : 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