DocData.OnDocumentReadOnlyChanged(EventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when the ReadOnly state of the document changes.
protected:
virtual void OnDocumentReadOnlyChanged(EventArgs ^ e);
protected virtual void OnDocumentReadOnlyChanged (EventArgs e);
abstract member OnDocumentReadOnlyChanged : EventArgs -> unit
override this.OnDocumentReadOnlyChanged : EventArgs -> unit
Protected Overridable Sub OnDocumentReadOnlyChanged (e As EventArgs)