C# Class csExWB.WBDragOverEventArgs

Inheritance: System.EventArgs
显示文件 Open project: mcorrientes/Web-Security-Toolset

Public Properties

Property Type Description
dropeffect DROPEFFECT
handled bool
keystate uint
pt System.Drawing.Point

Public Methods

Method Description
SetParameters ( uint KeyState, System pt, uint Effect ) : void
WBDragOverEventArgs ( ) : System

Method Details

SetParameters() public method

public SetParameters ( uint KeyState, System pt, uint Effect ) : void
KeyState uint
pt System
Effect uint
return void

WBDragOverEventArgs() public method

public WBDragOverEventArgs ( ) : System
return System

Property Details

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