Accord.Controls.ConfusionMatrixRowView.GetEvents C# (CSharp) 메소드

GetEvents() 공개 메소드

Does nothing.
public GetEvents ( Attribute attributes ) : EventDescriptorCollection
attributes System.Attribute
리턴 System.ComponentModel.EventDescriptorCollection
        public EventDescriptorCollection GetEvents(Attribute[] attributes)
        {
            return EventDescriptorCollection.Empty;
        }