Namespace: Volumerenderer
Assembly: Volumes (in Volumes.exe)

Syntax

Visual Basic (Declaration)
Private Sub backgroundWorkerLoad_DoWork( _ 
   ByVal sender As Object,  _ 
   ByVal e As DoWorkEventArgs _ 
)
C#
private void backgroundWorkerLoad_DoWork(
   object sender,
   DoWorkEventArgs e
)
C++
private:
 void backgroundWorkerLoad_DoWork(
   Object sender,
   DoWorkEventArgs e
) sealed 
J#
private void backgroundWorkerLoad_DoWork(
   object sender,
   DoWorkEventArgs e
)
JScript
private  function backgroundWorkerLoad_DoWork(
   sender : Object,
   e : DoWorkEventArgs
)

See Also