event RemoveEvent (Ev as Event)
Occurs once an event is removed.

TypeDescription
Ev as Event An Event object to be removed.
The RemoveEvent event notifies your application once an event is about to be removed. You can use the RemoveEvent event to release any extra data associated with the Event. The Remove method removes the specified event. The RemoveSelection method removes or erases all selected events in the schedule view. The Clear method of the Events collection clears all events in the schedule component. The ClearAll method clear all objects in the control, including the events. Any of these methods invoke calling of the RemoveEvent event. Use the GroupID property of the Event object to move a ( remove/add ) an Event from a Group to another. The AllowMoveEventToOtherGroup property specifies the keys combination so the user can move events from a group to another. The ChangeEvent( exRemoveEvent) event is equivalent with the RemoveEvent event.

Syntax for RemoveEvent event, /NET version, on:

private void RemoveEvent(object sender,exontrol.EXSCHEDULELib.Event Ev)
{
}

Private Sub RemoveEvent(ByVal sender As System.Object,ByVal Ev As exontrol.EXSCHEDULELib.Event) Handles RemoveEvent
End Sub

Syntax for RemoveEvent event, /COM version, on:

private void RemoveEvent(object sender, AxEXSCHEDULELib._IScheduleEvents_RemoveEventEvent e)
{
}

void OnRemoveEvent(LPDISPATCH Ev)
{
}

void __fastcall RemoveEvent(TObject *Sender,Exschedulelib_tlb::IEvent *Ev)
{
}

procedure RemoveEvent(ASender: TObject; Ev : IEvent);
begin
end;

procedure RemoveEvent(sender: System.Object; e: AxEXSCHEDULELib._IScheduleEvents_RemoveEventEvent);
begin
end;

begin event RemoveEvent(oleobject Ev)
end event RemoveEvent

Private Sub RemoveEvent(ByVal sender As System.Object, ByVal e As AxEXSCHEDULELib._IScheduleEvents_RemoveEventEvent) Handles RemoveEvent
End Sub

Private Sub RemoveEvent(ByVal Ev As EXSCHEDULELibCtl.IEvent)
End Sub

Private Sub RemoveEvent(ByVal Ev As Object)
End Sub

LPARAMETERS Ev

PROCEDURE OnRemoveEvent(oSchedule,Ev)
RETURN

Syntax for RemoveEvent event, /COM version (others), on:

<SCRIPT EVENT="RemoveEvent(Ev)" LANGUAGE="JScript">
</SCRIPT>

<SCRIPT LANGUAGE="VBScript">
Function RemoveEvent(Ev)
End Function
</SCRIPT>

Procedure OnComRemoveEvent Variant llEv
	Forward Send OnComRemoveEvent llEv
End_Procedure

METHOD OCX_RemoveEvent(Ev) CLASS MainDialog
RETURN NIL

void onEvent_RemoveEvent(COM _Ev)
{
}

function RemoveEvent as v (Ev as OLE::Exontrol.Schedule.1::IEvent)
end function

function nativeObject_RemoveEvent(Ev)
return