Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/

[Ceci est une documentation préliminaire, sous réserve de modification.]

[Missing <summary> documentation for "T:Developpez.Dotnet.BeforeMethodCallEventArgs"]

Namespace:  Developpez.Dotnet
Assembly:  Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class BeforeMethodCallEventArgs : MethodCallMonitorBaseEventArgs
Visual Basic (Declaration)
Public Class BeforeMethodCallEventArgs _
	Inherits MethodCallMonitorBaseEventArgs
Visual C++
public ref class BeforeMethodCallEventArgs : public MethodCallMonitorBaseEventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Developpez.Dotnet..::.MethodCallMonitorBaseEventArgs
      Developpez.Dotnet..::.BeforeMethodCallEventArgs

See Also