ITextDocument.DirtyStateChanged 事件

定义

当的值更改时发生 IsDirtyUpdateDirtyState(Boolean, DateTime)在处理此事件时,您不能调用来更改 IsDirty 属性。

public:
 event EventHandler ^ DirtyStateChanged;
event EventHandler DirtyStateChanged;
member this.DirtyStateChanged : EventHandler 
Event DirtyStateChanged As EventHandler 

事件类型

EventHandler

注解

UpdateDirtyState在处理此事件时,您不能调用来更改 IsDirty 属性。

适用于