DdeServer.OnStartAdvise Method

NDde

Dynamic Data Exchange Library for .NET

DdeServer.OnStartAdvise Method 

This is invoked when a client attempts to initiate an advise loop.

protected virtual bool OnStartAdvise(
   DdeConversation conversation,
   String item,
   Int32 format
);

Parameters

conversation
The conversation associated with this event.
item
The item name associated with this event.
format
The format of the data.

Return Value

True to allow the advise loop, false otherwise.

Remarks

The default implementation accepts all advise loops.

See Also

DdeServer Class | NDde.Server Namespace