[]
Event args for ComObject used by ObjectTracker.
public class ComObjectEventArgs : EventArgs
Initializes a new instance of the ComObjectEventArgs class.
public ComObjectEventArgs(ComObject o)
o
ComObjectThe o.
The object being tracked/untracked.
public ComObject Object