Set to true to notify system that service has been used and the event shall not
be transmitted to remaining event handlers registered.
Namespace: BasicCard.FrameworkAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public bool ServiceConsumed { get; set; } |
Visual Basic |
---|
Public Property ServiceConsumed As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool ServiceConsumed {
bool get ();
void set (bool value);
} |
F# |
---|
member ServiceConsumed : bool with get, set
|
Property Value
Type:
BooleanRemarks
Exceptions
See Also