| Visual Basic (Declaration) | |
|---|---|
Public Delegate Sub BeforeCStoreDelegate( _ ByVal sender As Object, _ ByVal e As BeforeCStoreEventArgs _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public delegate void BeforeCStoreDelegate( object sender, BeforeCStoreEventArgs e )  | |
| Managed Extensions for C++ | |
|---|---|
public: __gc __delegate void BeforeCStoreDelegate( Object* sender, BeforeCStoreEventArgs* e )  | |
| C++/CLI | |
|---|---|
public delegate void BeforeCStoreDelegate( Object^ sender, BeforeCStoreEventArgs^ e )  | |
Parameters
- sender
 - The source of the event.
 - e
 - Additional event data that contains event data.
 
For an example refer to StoreScu.Store(DicomScp, string, string, bool).
            
            
            
            Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family