DocData.Modifying Event

An event that is raised when this DocData object is being marked as modified.

Namespace:  Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

‘선언
Public Event Modifying As EventHandler
‘사용 방법
Dim instance As DocData
Dim handler As EventHandler

AddHandler instance.Modifying, handler
public event EventHandler Modifying
public:
 event EventHandler^ Modifying {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member Modifying : IEvent<EventHandler,
    EventArgs>
JScript does not support events.

Remarks

This method is called once for each call to Modify.

.NET Framework Security

See Also

Reference

DocData Class

DocData Members

Microsoft.VisualStudio.Shell.Design.Serialization Namespace