RingSoft.DbLookup Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

LookupContextBase..::..CopyProcedureEvent Event

Occurs when [copy procedure event].

Namespace:  RingSoft.DbLookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public event EventHandler<CopyProcedureArgs> CopyProcedureEvent
Public Event CopyProcedureEvent As EventHandler(Of CopyProcedureArgs)
public:
 event EventHandler<CopyProcedureArgs^>^ CopyProcedureEvent {
	void add (EventHandler<CopyProcedureArgs^>^ value);
	void remove (EventHandler<CopyProcedureArgs^>^ value);
}