NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ImageClickEventArgs Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal x As Integer, _
   ByVal y As Integer _
)
[C#]
public ImageClickEventArgs(
   int x,
   int y
);
[C++]
public: ImageClickEventArgs(
   int x,
   int y
);
[JScript]
public function ImageClickEventArgs(
   x : int,
   y : int
);

Parameters

x
[To be supplied.]
y
[To be supplied.]

See Also

ImageClickEventArgs Class | ImageClickEventArgs Members | System.Web.UI Namespace