[To be supplied.]
The following declaration shows the syntax for a method that handles the AssemblyLoad event.
[Visual Basic] Private Sub AppDomainName_AssemblyLoad( _ ByVal sender As Object, _ ByVal e As EventArgs _ ) [C#] private void AppDomainName_AssemblyLoad( object sender, EventArgs e ); [C++] private: void AppDomainName_AssemblyLoad( Object* sender, EventArgs* e ); [JScript] private AppDomainName_AssemblyLoad( sender : Object, e : EventArgs );
Property | Description |
---|---|
|