dformlib v0.2.1 (2016-02-11T22:33:45Z)
Dub
Repo
MovingEventArgs
dfl
base
Undocumented in source.
class
MovingEventArgs :
EventArgs
{
this
(Point loc);
Point
location
[@property getter];
Point
location
[@property setter];
int
x
[@property setter];
int
x
[@property getter];
int
y
[@property setter];
int
y
[@property getter];
}
Constructors
this
this
(Point loc)
Undocumented in source.
Members
Properties
location
Point
location
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
location
Point
location
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
x
int
x
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
x
int
x
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
y
int
y
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
y
int
y
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From EventArgs
empty
EventArgs
empty
[@property getter]
Property: get a reusable, empty EventArgs.
Meta
Source
See Implementation
dfl
base
aliases
DflThrowable
HWindow
IWin32Window
classes
CancelEventArgs
ColumnClickEventArgs
Cursor
Cursors
DrawItemEventArgs
KeyEventArgs
KeyPressEventArgs
MeasureItemEventArgs
MouseEventArgs
MovingEventArgs
PaintEventArgs
SizingEventArgs
StringObject
WaitHandle
enums
Appearance
BorderStyle
CharacterCasing
CheckState
ColorDepth
ColumnHeaderStyle
ContentAlignment
DialogResult
DrawItemState
DrawMode
FlatStyle
HorizontalAlignment
ItemActivation
ItemBoundsPortion
Keys
MouseButtons
RightToLeft
ScrollBars
SortOrder
View
interfaces
IAsyncResult
IButtonControl
IDialogResult
IMessageFilter
IWindow
structs
Message