PaintEventHandler
Wisej.Web.PaintEventHandler
Last updated
Was this helpful?
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)Fired when a UserPaint control needs to redraw itself.
Last updated
Was this helpful?
Was this helpful?

