ImgEdit User Control

ImgEdit Class Library

ImageModified(Integer,Boolean) Event

 

 Is raised if the image is modified.

 

[Visual Basic]

Public Event ImageModified( _

ByVal Page As Integer _

ByVal IsNew As Boolean)

 

Parameters

    Page

        The number of page that is modified.

    IsNew

        True if the image is new else false.

 

   

Return Value

    None.

 

Example

[Visual Basic] The following example shows how to use the ImageModified event.

 

[Visual Basic]

Private Sub ImgEdit1_ImageModified(ByVal Page As Integer, ByVal IsNew As Boolean) _

Handles ImgEdit1.ImageModified

 'Adicional code here

End Sub

 

Requirements

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista family.

Documentation Version 1.6