/// <summary> /// イベントハンドラーを全て除去します。 /// </summary> public void ClearAllEventhandlers(Log_Reports log_Reports) { Remover_AllEventhandlers remover = new Remover_AllEventhandlersImpl( this, this.ControlCommon.Owner_MemoryApplication, log_Reports ); remover.Suppress( this.ControlCommon.Owner_MemoryApplication, log_Reports); // remover.Resume(log_Reports); }
/// <summary> /// イベントハンドラーを全て除去します。 /// </summary> public void ClearAllEventhandlers(Log_Reports log_Reports) { Remover_AllEventhandlers remover = new Remover_AllEventhandlersImpl( this, this.ControlCommon.Owner_MemoryApplication, log_Reports ); remover.Suppress( this.ControlCommon.Owner_MemoryApplication, log_Reports ); // remover.Resume(log_Reports); }
/// <summary> /// イベントハンドラーを全て除去します。 /// </summary> public void ClearAllEventhandlers(Log_Reports log_Reports) { Remover_AllEventhandlers remover = new Remover_AllEventhandlersImpl( this, this.ControlCommon.Owner_MemoryApplication, log_Reports ); remover.Suppress( this.ControlCommon.Owner_MemoryApplication, log_Reports ); // remover.Resume(log_Reports); foreach (Customcontrol cct in this.List_Customcontrol) { cct.ClearAllEventhandlers(log_Reports); } }
/// <summary> /// イベントハンドラーを全て除去します。 /// </summary> public void ClearAllEventhandlers(Log_Reports log_Reports) { // 【特殊】リストボックス.DataSourceをヌルにします。 //this.DataSource = null; Remover_AllEventhandlers remover = new Remover_AllEventhandlersImpl( this.CustomcontrolListbox1, this.ControlCommon.Owner_MemoryApplication, log_Reports ); remover.Suppress( this.ControlCommon.Owner_MemoryApplication, log_Reports ); // remover.Resume(log_Reports); foreach (Customcontrol cct in this.List_Customcontrol) { cct.ClearAllEventhandlers(log_Reports); } }