Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / ComponentModel / InitializationEventAttribute.cs / 1305376 / InitializationEventAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.ComponentModel { using System; using System.Security.Permissions; ////// [AttributeUsage(AttributeTargets.Class)] public sealed class InitializationEventAttribute : Attribute { private string eventName = null; ///Specifies which event is fired on initialization. ////// public InitializationEventAttribute(string eventName) { this.eventName = eventName; } ////// Initializes a new instance of the ///class. /// /// public string EventName { get { return this.eventName; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Gets the name of the initialization event. /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.ComponentModel { using System; using System.Security.Permissions; ////// [AttributeUsage(AttributeTargets.Class)] public sealed class InitializationEventAttribute : Attribute { private string eventName = null; ///Specifies which event is fired on initialization. ////// public InitializationEventAttribute(string eventName) { this.eventName = eventName; } ////// Initializes a new instance of the ///class. /// /// public string EventName { get { return this.eventName; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets the name of the initialization event. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PersistenceIOParticipant.cs
- XmlSchemaExternal.cs
- _ScatterGatherBuffers.cs
- XPathMultyIterator.cs
- InvalidComObjectException.cs
- TextParagraphView.cs
- arabicshape.cs
- ProofTokenCryptoHandle.cs
- CodeVariableReferenceExpression.cs
- EventSourceCreationData.cs
- CustomSignedXml.cs
- safex509handles.cs
- FormViewDeleteEventArgs.cs
- MeasurementDCInfo.cs
- ConfigurationPermission.cs
- WindowsListViewItem.cs
- AmbientLight.cs
- FileRegion.cs
- DataFormat.cs
- DotNetATv1WindowsLogEntryDeserializer.cs
- ColumnTypeConverter.cs
- DataConnectionHelper.cs
- DataSourceXmlSubItemAttribute.cs
- XDRSchema.cs
- SpecialNameAttribute.cs
- FilterQuery.cs
- TimeZoneInfo.cs
- ProfileService.cs
- BoundingRectTracker.cs
- EpmTargetPathSegment.cs
- PathSegment.cs
- ObjectItemCollection.cs
- UnionExpr.cs
- MatrixTransform3D.cs
- Point3DAnimationUsingKeyFrames.cs
- XmlSecureResolver.cs
- RtfToXamlLexer.cs
- ParameterCollectionEditor.cs
- RightsManagementInformation.cs
- TextTabProperties.cs
- LicenseException.cs
- FatalException.cs
- MatrixConverter.cs
- SignedInfo.cs
- WindowProviderWrapper.cs
- SetterBaseCollection.cs
- ComponentRenameEvent.cs
- BrowserCapabilitiesFactoryBase.cs
- C14NUtil.cs
- AttributedMetaModel.cs
- OdbcReferenceCollection.cs
- AddIn.cs
- XmlSchemaValidationException.cs
- COM2IDispatchConverter.cs
- WsatAdminException.cs
- HandleRef.cs
- HuffmanTree.cs
- PropertyPathConverter.cs
- BasicHttpSecurity.cs
- StackSpiller.cs
- ToolStripEditorManager.cs
- ExtensionDataObject.cs
- ClientOperation.cs
- FixedDocumentPaginator.cs
- XmlSchemaValidationException.cs
- SqlHelper.cs
- PictureBox.cs
- RectIndependentAnimationStorage.cs
- Gdiplus.cs
- ListViewItem.cs
- UnsafeNativeMethods.cs
- ViewCellRelation.cs
- SortedDictionary.cs
- WindowPattern.cs
- OracleDateTime.cs
- TableColumn.cs
- CursorConverter.cs
- PriorityRange.cs
- HMACSHA256.cs
- IItemContainerGenerator.cs
- ValidationHelper.cs
- EntitySqlQueryState.cs
- Pens.cs
- XmlEntityReference.cs
- UserControlCodeDomTreeGenerator.cs
- TypeConvertions.cs
- DataObjectPastingEventArgs.cs
- XmlBoundElement.cs
- elementinformation.cs
- FontEditor.cs
- DnsCache.cs
- PasswordRecovery.cs
- ColumnTypeConverter.cs
- GroupJoinQueryOperator.cs
- PerformanceCounterManager.cs
- UTF7Encoding.cs
- LogAppendAsyncResult.cs
- HuffmanTree.cs
- AccessControlList.cs
- ScriptModule.cs