Error processing SSI file
(Leadtools.Controls)

Show in webframe

PaintEventArgs Property




Native paint event arguments associated with this object
Syntax
public PaintEventArgs PaintEventArgs {get; set;}
'Declaration
 
Public Property PaintEventArgs As PaintEventArgs

Property Value

The native event arguments associated with this object. Default value is null.
Remarks

This member will be automatically populated by the LEADTOOLS controls with the native paint event arguments. For example, ImageViewer.PostRender will be fired with PaintEventArgs set to the value obtained from OnPaint.

Example

For an example, refer to PostRender.

Requirements

Target Platforms

See Also

Reference

ImageViewerRenderEventArgs Class
ImageViewerRenderEventArgs Members

Error processing SSI file