System.Reflection.TypeExtensions.GetEvent C# (CSharp) Method

GetEvent() public static method

public static GetEvent ( this type, string name ) : System.Reflection.EventInfo
type this
name string
return System.Reflection.EventInfo
        public static System.Reflection.EventInfo GetEvent(this System.Type type, string name) { throw null; }
        public static System.Reflection.EventInfo GetEvent(this System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }

Same methods

TypeExtensions::GetEvent ( this type, string name, System bindingAttr ) : System.Reflection.EventInfo