Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / CompMod / System / ComponentModel / PropertyChangingEventArgs.cs / 1 / PropertyChangingEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.ComponentModel { using System; using System.Diagnostics; using System.Security.Permissions; ////// [HostProtection(SharedState = true)] public class PropertyChangingEventArgs : EventArgs { private readonly string propertyName; ///Provides data for the ////// event. /// public PropertyChangingEventArgs(string propertyName) { this.propertyName = propertyName; } ///Initializes a new instance of the ////// class. /// public virtual string PropertyName { get { return propertyName; } } } }Indicates the name of the property that is changing. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ParseHttpDate.cs
- JsonClassDataContract.cs
- WebDescriptionAttribute.cs
- returneventsaver.cs
- XmlSchemaSimpleContentExtension.cs
- FixedSOMTableRow.cs
- TypeExtensions.cs
- validationstate.cs
- ToolStripManager.cs
- MouseActionValueSerializer.cs
- State.cs
- IISMapPath.cs
- ToolboxSnapDragDropEventArgs.cs
- FacetValueContainer.cs
- XmlHierarchicalEnumerable.cs
- DashStyles.cs
- ToolboxItemFilterAttribute.cs
- OneOfTypeConst.cs
- SmiEventSink.cs
- Int32Storage.cs
- LoginName.cs
- CompositeScriptReference.cs
- RtfToXamlReader.cs
- CommandTreeTypeHelper.cs
- _DisconnectOverlappedAsyncResult.cs
- UshortList2.cs
- ByteRangeDownloader.cs
- TraceSection.cs
- ClientUriBehavior.cs
- GlyphingCache.cs
- SetStateDesigner.cs
- DataGridViewSortCompareEventArgs.cs
- ConditionalWeakTable.cs
- VariableValue.cs
- FileIOPermission.cs
- ButtonChrome.cs
- TextTreeExtractElementUndoUnit.cs
- ManagedCodeMarkers.cs
- MonitoringDescriptionAttribute.cs
- ConcurrentDictionary.cs
- AnyAllSearchOperator.cs
- SerializationEventsCache.cs
- FontInfo.cs
- XmlDataSourceNodeDescriptor.cs
- SortDescriptionCollection.cs
- XmlHelper.cs
- ConfigurationManagerInternalFactory.cs
- TypeBuilder.cs
- StateValidator.cs
- InstanceCreationEditor.cs
- CaseDesigner.xaml.cs
- XmlSchemaDocumentation.cs
- Pool.cs
- LogReserveAndAppendState.cs
- SerializerProvider.cs
- BinaryMethodMessage.cs
- EventTrigger.cs
- ProviderConnectionPointCollection.cs
- CategoryNameCollection.cs
- EntityKeyElement.cs
- _OverlappedAsyncResult.cs
- FileDialog_Vista.cs
- XmlDocumentSchema.cs
- BitmapEffectDrawing.cs
- QilBinary.cs
- SQLStringStorage.cs
- ListView.cs
- KeyValueInternalCollection.cs
- _ScatterGatherBuffers.cs
- Int16Animation.cs
- TreeNodeBindingCollection.cs
- Inflater.cs
- SqlDependencyUtils.cs
- ReliabilityContractAttribute.cs
- BeginEvent.cs
- Stack.cs
- Variant.cs
- CultureMapper.cs
- IteratorFilter.cs
- xmlglyphRunInfo.cs
- Executor.cs
- ViewGenResults.cs
- FloaterParaClient.cs
- QueryReaderSettings.cs
- AutomationElementIdentifiers.cs
- CacheEntry.cs
- TypeDependencyAttribute.cs
- CheckBox.cs
- Int16AnimationUsingKeyFrames.cs
- Quaternion.cs
- XPathNodeHelper.cs
- xamlnodes.cs
- TextInfo.cs
- SwitchLevelAttribute.cs
- SymmetricAlgorithm.cs
- OdbcDataAdapter.cs
- NamespaceMapping.cs
- PasswordTextContainer.cs
- ZoomingMessageFilter.cs
- ReadOnlyNameValueCollection.cs