AlbumOnNet WebControl Suite

AlbumImage.OnClick Method 

Raised when the image is clicked. If a SlideShow is connected this event will only be raised if the SlideShow.EnablePostback property is true.

[Visual Basic]
Overridable Protected Sub OnClick( _
   ByVal e As AlbumImageClickEventArgs _
)
[C#]
protected virtual void OnClick(
   AlbumImageClickEventArgs e
);

Parameters

e

See Also

AlbumImage Class | AlbumOnNet Namespace