public void DisposeEventBridge() { if (null != _eStyle_SinkHelper) { _eStyle_SinkHelper.Dispose(); _eStyle_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, EStyle_SinkHelper.Id); } if (EStyle_SinkHelper.Id.Equals(_activeSinkId, StringComparison.InvariantCultureIgnoreCase)) { _eStyle_SinkHelper = new EStyle_SinkHelper(this, _connectPoint); return; } }
public void DisposeEventBridge() { if( null != _eStyle_SinkHelper) { _eStyle_SinkHelper.Dispose(); _eStyle_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, EStyle_SinkHelper.Id); if(EStyle_SinkHelper.Id.Equals(_activeSinkId, StringComparison.InvariantCultureIgnoreCase)) { _eStyle_SinkHelper = new EStyle_SinkHelper(this, _connectPoint); return; } }