Event context in which to invoke the event. This may e.g. be a Windows Form object.
Namespace: BasicCard.FrameworkAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public ISynchronizeInvoke EventContext { get; set; } |
Visual Basic |
---|
Public Property EventContext As ISynchronizeInvoke
Get
Set |
Visual C++ |
---|
public:
property ISynchronizeInvoke^ EventContext {
ISynchronizeInvoke^ get ();
void set (ISynchronizeInvoke^ value);
} |
F# |
---|
member EventContext : ISynchronizeInvoke with get, set
|
Property Value
Type:
ISynchronizeInvoke
See Also