DdeContext.EventHandler<TEventArgs> Event

NDde

Dynamic Data Exchange Library for .NET

DdeContext.EventHandler<TEventArgs> Event

This is raised when a service name has been registered by a server using the DDEML.

public event EventHandler<TEventArgs> Register;

Remarks

This event will not be raised by servers that do not use the DDEML.

See Also

DdeContext Class | NDde.Advanced Namespace