Get the delete procedure delegate for the manager

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
DeleteProcedure Procedure_Delete { get; }
Visual Basic
ReadOnly Property Procedure_Delete As DeleteProcedure
	Get
Visual C++
property DeleteProcedure^ Procedure_Delete {
	DeleteProcedure^ get ();
}

Field Value

DeleteProcedure

See Also