Ext.Net.AfterRecordInsertedEventArgs.AfterRecordInsertedEventArgs C# (CSharp) Method

AfterRecordInsertedEventArgs() private method

private AfterRecordInsertedEventArgs ( XmlNode record ) : System
record System.Xml.XmlNode
return System
        public AfterRecordInsertedEventArgs(XmlNode record)
            : base(record) { }

Same methods

AfterRecordInsertedEventArgs::AfterRecordInsertedEventArgs ( XmlNode record, int rowsAffected, Exception e, IDictionary keys, IDictionary newValues, ConfirmationRecord confirmation ) : System
AfterRecordInsertedEventArgs