Share via


ActionableRdtListener.BeforeLastDocumentUnlockEvent Event

Event to raise before the last document is unlocked.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Event BeforeLastDocumentUnlockEvent As ActionableRdtListener..::..OnBeforeLastDocumentUnlockEventHandler
'Usage
Dim instance As ActionableRdtListener
Dim handler As ActionableRdtListener..::..OnBeforeLastDocumentUnlockEventHandler

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

.NET Framework Security

See Also

Reference

ActionableRdtListener Class

ActionableRdtListener Members

Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace