Namespace: Volumerenderer
Assembly: Volumes (in Volumes.exe)
Syntax
Visual Basic (Declaration) |
---|
Private Sub buttonCancelLoading_Click( _ ByVal sender As Object, _ ByVal e As EventArgs _ ) |
C# |
---|
private void buttonCancelLoading_Click( object sender, EventArgs e ) |
C++ |
---|
private: void buttonCancelLoading_Click( Object sender, EventArgs e ) sealed |
J# |
---|
private void buttonCancelLoading_Click( object sender, EventArgs e ) |
JScript |
---|
private
function buttonCancelLoading_Click( sender : Object, e : EventArgs ) |