StatusBarPanelClickEventHandler 대리자

정의

주의

StatusBar is provided for binary compatibility with .NET Framework and is not intended to be used directly from your code. Use StatusStrip instead.

의 이벤트를 처리할 메서드를 PanelClickStatusBar나타냅니다.

public delegate void StatusBarPanelClickEventHandler(System::Object ^ sender, StatusBarPanelClickEventArgs ^ e);
public delegate void StatusBarPanelClickEventHandler(object sender, StatusBarPanelClickEventArgs e);
[System.ComponentModel.Browsable(false)]
[System.Obsolete("`StatusBar` is provided for binary compatibility with .NET Framework and is not intended to be used directly from your code. Use `StatusStrip` instead.", false, DiagnosticId="WFDEV006", UrlFormat="https://aka.ms/winforms-warnings/{0}")]
public delegate void StatusBarPanelClickEventHandler(object sender, StatusBarPanelClickEventArgs e);
type StatusBarPanelClickEventHandler = delegate of obj * StatusBarPanelClickEventArgs -> unit
[<System.ComponentModel.Browsable(false)>]
[<System.Obsolete("`StatusBar` is provided for binary compatibility with .NET Framework and is not intended to be used directly from your code. Use `StatusStrip` instead.", false, DiagnosticId="WFDEV006", UrlFormat="https://aka.ms/winforms-warnings/{0}")>]
type StatusBarPanelClickEventHandler = delegate of obj * StatusBarPanelClickEventArgs -> unit
Public Delegate Sub StatusBarPanelClickEventHandler(sender As Object, e As StatusBarPanelClickEventArgs)

매개 변수

sender
Object

이벤트의 출처입니다.

e
StatusBarPanelClickEventArgs

이벤트 데이터를 포함하는 A StatusBarPanelClickEventArgs 입니다.

특성

설명

대리자를 StatusBarPanelClickEventHandler 만들 때 이벤트를 처리할 메서드를 식별합니다. 이벤트를 이벤트 처리기와 연결하려면 대리자의 인스턴스를 이벤트에 추가합니다. 대리자를 제거하지 않는 한 이벤트가 발생할 때마다 이벤트 처리기가 호출됩니다. 이벤트 처리기 대리자에 대한 자세한 내용은 이벤트 처리 및 발생을 참조하세요.

확장명 메서드

Name Description
GetMethodInfo(Delegate)
사용되지 않음.

지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다.

적용 대상

추가 정보