When the Style property is set to UserPaintGDI this event will be fired when the control needs to be painted

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

Syntax

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

See Also