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