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

BeforeStoreChangedEventArgs() private method

private BeforeStoreChangedEventArgs ( string jsonData, ConfirmationList confirmationList ) : System
jsonData string
confirmationList ConfirmationList
return System
        public BeforeStoreChangedEventArgs(string jsonData, ConfirmationList confirmationList)
        {
            this.jsonData = jsonData;
            this.cancel = false;
            this.confirmationList = confirmationList;
        }

Same methods

BeforeStoreChangedEventArgs::BeforeStoreChangedEventArgs ( string jsonData, ConfirmationList confirmationList, XmlNode callbackParams ) : System
BeforeStoreChangedEventArgs