RichTextBoxArray.LinkClicked 이벤트

정의

컨트롤의 텍스트 내에 있는 링크를 클릭할 때 발생합니다.

public:
 event System::Windows::Forms::LinkClickedEventHandler ^ LinkClicked;
public event System.Windows.Forms.LinkClickedEventHandler LinkClicked;
member this.LinkClicked : System.Windows.Forms.LinkClickedEventHandler 
Public Custom Event LinkClicked As LinkClickedEventHandler 
Public Event LinkClicked As LinkClickedEventHandler 

이벤트 유형

설명

컨트롤 내에서 클릭 된 링크를 처리 하는 데이 이벤트에 대 한 이벤트 처리기를 만들 수 있습니다. 이벤트 처리기에 제공 된 정보를 사용 하 여 문서에서 클릭 한 링크를 확인할 수 있습니다.

이벤트를 처리 하는 방법에 대 한 자세한 내용은 참조 하세요. 이벤트 처리 및 발생합니다.

참고

Visual Basic 6.0에서 Visual Basic으로의 업그레이드 도구에서 사용할 수 있도록 Microsoft.VisualBasic.Compatibility.VB6 네임스페이스의 함수 및 개체가 제공됩니다. 이러한 함수와 개체에서 제공하는 대부분의 기능은 .NET Framework의 다른 네임스페이스에서 얻을 수 있는 기능과 동일하므로 이러한 함수와 개체는 Visual Basic 6.0 코드 모델이 .NET Framework 구현과 크게 다른 경우에만 필요합니다.

적용 대상