Stroke.StylusPointsReplaced 이벤트

정의

StylusPoints 속성에 새 StylusPointCollection이 할당될 때 발생합니다.

public:
 event System::Windows::Ink::StylusPointsReplacedEventHandler ^ StylusPointsReplaced;
public event System.Windows.Ink.StylusPointsReplacedEventHandler StylusPointsReplaced;
member this.StylusPointsReplaced : System.Windows.Ink.StylusPointsReplacedEventHandler 
Public Custom Event StylusPointsReplaced As StylusPointsReplacedEventHandler 
Public Event StylusPointsReplaced As StylusPointsReplacedEventHandler 

이벤트 유형

예제

다음 예제에서는 처리 하는 방법에 설명 합니다 StylusPointsReplaced 이벤트입니다.

void myNewStroke_StylusPointsReplaced(object sender, StylusPointsReplacedEventArgs e)
{
   
    MessageBox.Show("stylus points replaced");
}
Private Sub myNewStroke_StylusPointsReplaced(ByVal sender As Object, ByVal e As StylusPointsReplacedEventArgs)

    MessageBox.Show("stylus points replaced")

End Sub

적용 대상