BarProcessEventArgs Class
Provides data for bar processing events.
public class BarProcessEventArgs : EventArgs
Constructors
BarProcessEventArgs(BarProcessFlag, object)
Initializes a new instance of the BarProcessEventArgs class.
public BarProcessEventArgs(BarProcessFlag flag, object param1)
| Parameter | Type | Description |
|---|---|---|
| flag | BarProcessFlag | A BarProcessFlag indicating the type of processing event. |
| param1 | object | The first event parameter. |
BarProcessEventArgs(BarProcessFlag, object, object)
Initializes a new instance of the BarProcessEventArgs class.
public BarProcessEventArgs(BarProcessFlag flag, object param1, object param2)
| Parameter | Type | Description |
|---|---|---|
| flag | BarProcessFlag | A BarProcessFlag indicating the type of processing event. |
| param1 | object | The first event parameter. |
| param2 | object | The second event parameter. |
Properties
Flag
Gets a BarProcessFlag indicating the type of processing event.
public BarProcessFlag Flag { get; }
Property Value
- BarProcessFlag:
A BarProcessFlag indicating the type of processing event.
Param1
Gets the first event parameter.
Param2
Gets the second event parameter.
ReturnValue
Gets or sets the return value.