Stroke.DrawingAttributesChanged 이벤트

정의

DrawingAttributes 개체와 연결된 Stroke가 변경될 때 발생합니다.

public:
 event System::Windows::Ink::PropertyDataChangedEventHandler ^ DrawingAttributesChanged;
public event System.Windows.Ink.PropertyDataChangedEventHandler DrawingAttributesChanged;
member this.DrawingAttributesChanged : System.Windows.Ink.PropertyDataChangedEventHandler 
Public Custom Event DrawingAttributesChanged As PropertyDataChangedEventHandler 
Public Event DrawingAttributesChanged As PropertyDataChangedEventHandler 

이벤트 유형

PropertyDataChangedEventHandler

예제

다음 예제에서는이 이벤트에 대 한 처리기를 추가 하는 방법에 설명 합니다.

// Handle DrawingAtributesChanged event on stroke
myNewStroke.DrawingAttributesChanged += new PropertyDataChangedEventHandler(myNewStroke_DrawingAttributesChanged);
' Handle DrawingAtributesChanged event on stroke
AddHandler myNewStroke.DrawingAttributesChanged, AddressOf myNewStroke_DrawingAttributesChanged

설명

PropertyDataChangedEventArgs 변경 된 속성에 대 한 정보를 포함 합니다. 비교할 수 있습니다는 PropertyGuid 속성의 멤버에 대해 DrawingAttributeIds 변경 된 값을 확인 합니다.

적용 대상

추가 정보