Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / CompMod / System / ComponentModel / CollectionChangeEventArgs.cs / 1 / CollectionChangeEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.ComponentModel { using System; using System.ComponentModel; using System.Diagnostics; using System.Security.Permissions; ////// [HostProtection(SharedState = true)] public class CollectionChangeEventArgs : EventArgs { private CollectionChangeAction action; private object element; ///Provides data for the ///event. /// public CollectionChangeEventArgs(CollectionChangeAction action, object element) { this.action = action; this.element = element; } ///Initializes a new instance of the ///class. /// public virtual CollectionChangeAction Action { get { return action; } } ///Gets an action that specifies how the collection changed. ////// public virtual object Element { get { return element; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets the instance of the collection with the change. ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.ComponentModel { using System; using System.ComponentModel; using System.Diagnostics; using System.Security.Permissions; ////// [HostProtection(SharedState = true)] public class CollectionChangeEventArgs : EventArgs { private CollectionChangeAction action; private object element; ///Provides data for the ///event. /// public CollectionChangeEventArgs(CollectionChangeAction action, object element) { this.action = action; this.element = element; } ///Initializes a new instance of the ///class. /// public virtual CollectionChangeAction Action { get { return action; } } ///Gets an action that specifies how the collection changed. ////// public virtual object Element { get { return element; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets the instance of the collection with the change. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- wgx_exports.cs
- dbdatarecord.cs
- Constraint.cs
- XPathBuilder.cs
- SchemaAttDef.cs
- XpsFilter.cs
- ToolStripComboBox.cs
- ConfigurationManagerInternal.cs
- DecimalAnimationUsingKeyFrames.cs
- ConfigurationManagerInternal.cs
- FusionWrap.cs
- TreeNodeStyle.cs
- ToolTip.cs
- RootAction.cs
- XPathDocumentNavigator.cs
- TextRenderer.cs
- ClrProviderManifest.cs
- OciEnlistContext.cs
- Screen.cs
- SocketManager.cs
- CompositeScriptReference.cs
- TrackBar.cs
- PropertyFilter.cs
- HttpVersion.cs
- autovalidator.cs
- CustomAttributeSerializer.cs
- PageParserFilter.cs
- DesignerSerializationOptionsAttribute.cs
- Keyboard.cs
- TemplateControlCodeDomTreeGenerator.cs
- HtmlInputControl.cs
- EventLogPermissionAttribute.cs
- NetworkInformationException.cs
- ManifestSignedXml.cs
- CompilationUtil.cs
- ScrollEventArgs.cs
- CurrencyWrapper.cs
- _SSPIWrapper.cs
- MaterialCollection.cs
- Subordinate.cs
- ExpandCollapsePattern.cs
- ModifiableIteratorCollection.cs
- ToolStripItemImageRenderEventArgs.cs
- TableItemPattern.cs
- MediaElementAutomationPeer.cs
- HttpConfigurationSystem.cs
- TypeBuilderInstantiation.cs
- LinqExpressionNormalizer.cs
- ServiceMemoryGates.cs
- SrgsSemanticInterpretationTag.cs
- SapiRecoContext.cs
- XmlSchemaSubstitutionGroup.cs
- UnsignedPublishLicense.cs
- ConfigurationSectionGroup.cs
- FilterException.cs
- ConfigurationException.cs
- CalendarItem.cs
- ItemPager.cs
- SemanticResultKey.cs
- CapabilitiesPattern.cs
- TypefaceMetricsCache.cs
- XmlCharCheckingWriter.cs
- ActivityCodeDomSerializationManager.cs
- NotFiniteNumberException.cs
- ThreadPoolTaskScheduler.cs
- WindowsAuthenticationEventArgs.cs
- ApplicationInfo.cs
- RegisteredHiddenField.cs
- DataList.cs
- _NetworkingPerfCounters.cs
- SelectionList.cs
- CustomLineCap.cs
- RegexMatchCollection.cs
- DynamicPropertyHolder.cs
- IteratorDescriptor.cs
- StateBag.cs
- DataViewSetting.cs
- DriveNotFoundException.cs
- WindowsPen.cs
- DataControlField.cs
- BitmapCodecInfo.cs
- Rotation3DAnimationBase.cs
- ObfuscateAssemblyAttribute.cs
- SQLInt32Storage.cs
- Marshal.cs
- ResolvedKeyFrameEntry.cs
- SamlAssertionKeyIdentifierClause.cs
- SimpleBitVector32.cs
- Floater.cs
- ExpressionServices.cs
- TraceUtility.cs
- codemethodreferenceexpression.cs
- VisualTreeHelper.cs
- Encoding.cs
- Hash.cs
- Events.cs
- DEREncoding.cs
- DataGridParentRows.cs
- UpnEndpointIdentityExtension.cs
- MediaElement.cs