BX.removeCustomEvent
This function allows two variants of input parameters.
void BX.removeCustomEvent( Object eventObject, string eventName, Function eventHandler );
void BX.removeCustomEvent( string eventName, Function eventHandler );
This function deletes the eventHandler of the custom event with eventName.
© «Bitrix24», 2001-2024
Up