Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
public virtual method for the client to have his own user-defined delete rule class
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Public Overridable Sub ElementDeleting ( _
e As ElementDeletingEventArgs _
)
public virtual void ElementDeleting(
ElementDeletingEventArgs e
)
public:
virtual void ElementDeleting(
ElementDeletingEventArgs^ e
)
abstract ElementDeleting :
e:ElementDeletingEventArgs -> unit
override ElementDeleting :
e:ElementDeletingEventArgs -> unit
public function ElementDeleting(
e : ElementDeletingEventArgs
)
Parameters
- e
Type: Microsoft.VisualStudio.Modeling.ElementDeletingEventArgs
Provides 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.