ArcFM Solution Developer Guide
RaisePaintEvent Method (DiagramsPropertyPage)


Syntax
'Declaration
 
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Protected Sub RaisePaintEvent( _
   ByVal key As System.Object, _
   ByVal e As System.Windows.Forms.PaintEventArgs _
) 
'Usage
 
Dim instance As DiagramsPropertyPage
Dim key As System.Object
Dim e As System.Windows.Forms.PaintEventArgs
 
instance.RaisePaintEvent(key, e)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected void RaisePaintEvent( 
   System.object key,
   System.Windows.Forms.PaintEventArgs e
)

Parameters

key
e
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DiagramsPropertyPage Class
DiagramsPropertyPage Members

 

 


Send Comment