 | CLREventDataDoNotDisposeEventData Property |
Override to return
to prevent automatic disposal of
EventData
when
Dispose is called on this instance. Default is
.
Namespace: MASES.JCOBridge.C2JBridgeAssembly: C2JBridge (in C2JBridge.dll) Version: 2.6.9.260611-9a148513a79c26cdd7f1dde468f4f9e06ef3bc7e
Syntaxprotected virtual bool DoNotDisposeEventData { get; }Protected Overridable ReadOnly Property DoNotDisposeEventData As Boolean
Get
Property Value
Boolean
Remarks
Return
when the
EventData content must remain valid
beyond the lifecycle of this instance, for example when it is referenced externally.
See Also