RemoveAllCustomEvents Method

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncEvents.RemoveAllCustomEvents Method

This function removes all of the custom events that were added using the Add Event function.


[Visual Basic]
Public Sub RemoveAllCustomEvents( _
)

[C#]
public void RemoveAllCustomEvents(
);

[C++]
HRESULT RemoveAllCustomEvents(
);

Remarks

The events associated with the reserved repeated capability identifiers are not affected by this function.

See Also

IIviLxiSyncEvents Interface | IIviLxiSyncEvents Members | Ivi.LxiSync.Interop Namespace