For the complete documentation index, see llms.txt. This page is also available as Markdown.

PaintEventHandler

Wisej.Web.PaintEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represents the method that will handle the Paint event of a Control.

public delegate void PaintEventHandler(Object sender, PaintEventArgs e)
Public Delegate Sub PaintEventHandler(ByVal sender As [Object], ByVal e As PaintEventArgs)

Parameters

Name
Type
Description

sender

The source of the event.

e

A PaintEventArgs that contains the event data.

Fired By

Name
Description

Fired when a UserPaint control needs to redraw itself.

Last updated

Was this helpful?