Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Overridable Sub ElementDeleting ( _
e As ElementDeletingEventArgs _
)
'Usage
Dim instance As DeletingRule
Dim e As ElementDeletingEventArgs
instance.ElementDeleting(e)
public virtual void ElementDeleting(
ElementDeletingEventArgs e
)
public:
virtual void ElementDeleting(
ElementDeletingEventArgs^ e
)
public function ElementDeleting(
e : ElementDeletingEventArgs
)
Parameters
e
Type: Microsoft.VisualStudio.Modeling.ElementDeletingEventArgsProvides data for the ElementDeleting event.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.