Click or drag to resize

CLREventDataDoNotDisposeEventData Property

Override to return to prevent automatic disposal of EventData when Dispose is called on this instance. Default is .

Namespace: MASES.JCOBridge.C2JBridge
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.6.9.260611-9a148513a79c26cdd7f1dde468f4f9e06ef3bc7e
Syntax
protected virtual bool DoNotDisposeEventData { 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