|
|
|
reason Field, ActionEventArgs Class |
The action that caused this event to occur.
Syntax ActionEventArgs Class (Softelvdm.Controls)
VB |
Public ReadOnly Property reason As StrategyReasonEnum |
C# |
public readonly StrategyReasonEnum reason; |
C++ |
public: <readonly> StrategyReasonEnum reason; |
Field Value
Defines the current operation requested.
Value |
Description |
|
0 | The size and position of visible objects is requested. | |
1 | Rendering is requested. | |
2 | A mouse button down event must be handled. | |
3 | A mouse button double-click must be handled. | |
4 | A mouse button release must be handled. | |
5 | A mouse cursor movement must be handled. | |
6 | The dimensions of an object are requested. |
Comments
The reason field contains the action that caused this event to occur.
StrategyReasonEnum.MouseDown and StrategyReasonEnum.MouseDown2 are the only possible reason values.
Version Information
Supported in version 1.0.
Products Table