VisibleRemoteObject.OnNoExpose


Deprecated since since version 4.1

public event OnNoExpose

Prototype:

OnNoExpose(Sender, EventData)

Parameters

Sender
the event firing control
EventData
unused for this event

Description:

Event triggered by window requiring a refresh.
If the source window region is not obscured, it's possible to successfully draw the entire destination region. In this case, no expose events are generated; a single "no expose" event is generated instead. This event contains no information beyond the standard event fields.

Return value:

This event can close the application by returning MSG_APPLICATION_QUIT. Any other return value will be ignored.