CollectionEventArgs.CollectionEventArgs C# (CSharp) Method

CollectionEventArgs() public method

public CollectionEventArgs ( )
        public CollectionEventArgs()
        {
            try {}
                #region ERROR HANDLER
            #if DEBUG_COMPONA
            catch (Exception x)
            {
                System.Diagnostics.Debug.Write(x, "Puzzle");
                throw;
            }
            #else
            catch
            {
                throw;
            }
            #endif

            #endregion
        }

Same methods

CollectionEventArgs::CollectionEventArgs ( object item, int index )
CollectionEventArgs