ToolStripProgressBar.OnUnsubscribeControlEvents(Control) 方法

定义

向托管控件取消订阅事件。

protected:
 override void OnUnsubscribeControlEvents(System::Windows::Forms::Control ^ control);
protected override void OnUnsubscribeControlEvents (System.Windows.Forms.Control control);
override this.OnUnsubscribeControlEvents : System.Windows.Forms.Control -> unit
Protected Overrides Sub OnUnsubscribeControlEvents (control As Control)

参数

control
Control

向其取消订阅事件的控件。

适用于

另请参阅