Methods | Fields | This Package | All Packages
Provides data for the paint event of the Control object.
Event
|
+--PaintEvent
package ms.com.wfc.ui
public class PaintEvent
extends Event
Remarks
The paint event occurs when a control needs to be painted. A PaintEvent object specifies the Graphics object to use to paint the control and the rectangle in which to paint.
For information about the WFC event model, see Handling Events in WFC.