FormObjectSetNotifyEvents.removeEventDelegate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void removeEventDelegate(Dynamics::AX::Application::FormObjectSetEventType _eventType, Dynamics::AX::Application::ManagedEventDelegate ^ _eventDelegate);
public virtual void removeEventDelegate (Dynamics.AX.Application.FormObjectSetEventType _eventType, Dynamics.AX.Application.ManagedEventDelegate _eventDelegate);
abstract member removeEventDelegate : Dynamics.AX.Application.FormObjectSetEventType * Dynamics.AX.Application.ManagedEventDelegate -> unit
override this.removeEventDelegate : Dynamics.AX.Application.FormObjectSetEventType * Dynamics.AX.Application.ManagedEventDelegate -> unit
Public Overridable Sub removeEventDelegate (_eventType As FormObjectSetEventType, _eventDelegate As ManagedEventDelegate)
Parameters
- _eventType
- FormObjectSetEventType
- _eventDelegate
- ManagedEventDelegate