Occurs when the control has finished loading and initializing

Namespace: NDXVUMeterNET
Assembly: DXVUMeterNETGDI (in DXVUMeterNETGDI.dll) Version: 3.0.4021.33606 (3.1.0.0)

Syntax

C#
public event DXVUMeterNETGDI..::..ControlIsReadyEventHandler ControlIsReady
Visual Basic
Public Event ControlIsReady As DXVUMeterNETGDI..::..ControlIsReadyEventHandler
Visual C++
public:
 event DXVUMeterNETGDI..::..ControlIsReadyEventHandler^ ControlIsReady {
	void add (DXVUMeterNETGDI..::..ControlIsReadyEventHandler^ value);
	void remove (DXVUMeterNETGDI..::..ControlIsReadyEventHandler^ value);
}

Remarks

It is only after this event has fired that interaction with the control should occur. Trying to use the control, in any way, before this event is triggered can cause unpredictable results

See Also