public void DisposeEventBridge() { if (null != __dispReferencesEvents_SinkHelper) { __dispReferencesEvents_SinkHelper.Dispose(); __dispReferencesEvents_SinkHelper = null; } _connectPoint = null; }
public void CreateEventBridge() { if (false == NetOffice.Settings.EnableEvents) { return; } if (null != _connectPoint) { return; } if (null == _activeSinkId) { _activeSinkId = SinkHelper.GetConnectionPoint(this, ref _connectPoint, _dispReferencesEvents_SinkHelper.Id); } if (_dispReferencesEvents_SinkHelper.Id.Equals(_activeSinkId, StringComparison.InvariantCultureIgnoreCase)) { __dispReferencesEvents_SinkHelper = new _dispReferencesEvents_SinkHelper(this, _connectPoint); return; } }
public void DisposeEventBridge() { if( null != __dispReferencesEvents_SinkHelper) { __dispReferencesEvents_SinkHelper.Dispose(); __dispReferencesEvents_SinkHelper = null; } _connectPoint = null; }
public void CreateEventBridge() { if(false == Factory.Settings.EnableEvents) return; if (null != _connectPoint) return; if (null == _activeSinkId) _activeSinkId = SinkHelper.GetConnectionPoint(this, ref _connectPoint, _dispReferencesEvents_SinkHelper.Id); if(_dispReferencesEvents_SinkHelper.Id.Equals(_activeSinkId, StringComparison.InvariantCultureIgnoreCase)) { __dispReferencesEvents_SinkHelper = new _dispReferencesEvents_SinkHelper(this, _connectPoint); return; } }