MetaType.OnLoadedMethod Property

Definition

When overridden in a derived class, gets information about the OnLoaded method contained by this meta-type.

public:
 abstract property System::Reflection::MethodInfo ^ OnLoadedMethod { System::Reflection::MethodInfo ^ get(); };
public abstract System.Reflection.MethodInfo OnLoadedMethod { get; }
member this.OnLoadedMethod : System.Reflection.MethodInfo
Public MustOverride ReadOnly Property OnLoadedMethod As MethodInfo

Property Value

A description of the OnLoaded method for this meta-type.

Applies to