event PictureChanged ()
Notifies your application once the control's Picture property is changed.

TypeDescription
The PictureChanged event occurs once the control's Picture property is changed. The Picture property defines the shape of the control.

Syntax for PictureChanged event, /NET version, on:

private void PictureChanged(object sender)
{
}

Private Sub PictureChanged(ByVal sender As System.Object) Handles PictureChanged
End Sub

Syntax for PictureChanged event, /COM version, on:

private void PictureChanged(object sender, EventArgs e)
{
}

void OnPictureChanged()
{
}

void __fastcall PictureChanged(TObject *Sender)
{
}

procedure PictureChanged(ASender: TObject; );
begin
end;

procedure PictureChanged(sender: System.Object; e: System.EventArgs);
begin
end;

begin event PictureChanged()
end event PictureChanged

Private Sub PictureChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureChanged
End Sub

Private Sub PictureChanged()
End Sub

Private Sub PictureChanged()
End Sub

LPARAMETERS nop

PROCEDURE OnPictureChanged(oDialog)
RETURN

Syntax for PictureChanged event, /COM version (others), on:

<SCRIPT EVENT="PictureChanged()" LANGUAGE="JScript">
</SCRIPT>

<SCRIPT LANGUAGE="VBScript">
Function PictureChanged()
End Function
</SCRIPT>

Procedure OnComPictureChanged 
	Forward Send OnComPictureChanged 
End_Procedure

METHOD OCX_PictureChanged() CLASS MainDialog
RETURN NIL

void onEvent_PictureChanged()
{
}

function PictureChanged as v ()
end function

function nativeObject_PictureChanged()
return