SingleColumnBranchBase.OnBranchModification Event

The event handler that the tree and others can use for notifications.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI.TreeGridSupport
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Event OnBranchModification As BranchModificationEventHandler
'Usage
Dim instance As SingleColumnBranchBase
Dim handler As BranchModificationEventHandler

AddHandler instance.OnBranchModification, handler
public event BranchModificationEventHandler OnBranchModification
public:
virtual  event BranchModificationEventHandler^ OnBranchModification {
    void add (BranchModificationEventHandler^ value);
    void remove (BranchModificationEventHandler^ value);
}
JScript does not support events.
abstract OnBranchModification : IEvent<BranchModificationEventHandler,
    BranchModificationEventArgs>
override OnBranchModification : IEvent<BranchModificationEventHandler,
    BranchModificationEventArgs>

Implements

IBranchOnBranchModification()

.NET Framework Security

See Also

Reference

SingleColumnBranchBase Class

SingleColumnBranchBase Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI.TreeGridSupport Namespace