Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / CompMod / System / ComponentModel / InitializationEventAttribute.cs / 1 / 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; } } } }/// Gets the name of the initialization event. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ConfigXmlDocument.cs
- WsdlImporterElement.cs
- dataprotectionpermission.cs
- DrawListViewSubItemEventArgs.cs
- ActivitiesCollection.cs
- FontFamilyIdentifier.cs
- XDRSchema.cs
- _IPv6Address.cs
- RedistVersionInfo.cs
- LocalBuilder.cs
- Message.cs
- BrowserCapabilitiesFactory.cs
- NegationPusher.cs
- ApplicationManager.cs
- WebBrowser.cs
- WindowsSolidBrush.cs
- DataFormats.cs
- AnimationException.cs
- HtmlInputImage.cs
- InvalidDataException.cs
- BindingSource.cs
- TextMarkerSource.cs
- SchemaType.cs
- ConversionContext.cs
- DataGridItemAutomationPeer.cs
- RandomNumberGenerator.cs
- ResourceProviderFactory.cs
- Filter.cs
- TemplateControl.cs
- CodeIdentifier.cs
- LockingPersistenceProvider.cs
- SapiRecognizer.cs
- DataDocumentXPathNavigator.cs
- CardSpaceShim.cs
- VerificationException.cs
- HtmlInputReset.cs
- CombinedGeometry.cs
- ExtentCqlBlock.cs
- SqlErrorCollection.cs
- HashHelper.cs
- PropertyMappingExceptionEventArgs.cs
- PassportAuthentication.cs
- CodeTypeMember.cs
- SystemMulticastIPAddressInformation.cs
- XmlSerializerFactory.cs
- Win32PrintDialog.cs
- Helper.cs
- CompoundFileDeflateTransform.cs
- WsatConfiguration.cs
- RealProxy.cs
- EntityTypeBase.cs
- TTSEvent.cs
- ServiceInstallComponent.cs
- FrameworkTemplate.cs
- ContentTextAutomationPeer.cs
- DataGridViewTextBoxEditingControl.cs
- WizardPanel.cs
- XmlTextWriter.cs
- InputLangChangeRequestEvent.cs
- FillRuleValidation.cs
- Pair.cs
- XmlChoiceIdentifierAttribute.cs
- RelationshipEnd.cs
- DaylightTime.cs
- SystemResourceHost.cs
- AnnotationStore.cs
- BaseParagraph.cs
- OdbcConnectionHandle.cs
- BookmarkScope.cs
- WebPartDisplayModeEventArgs.cs
- TypeInitializationException.cs
- FrameworkElement.cs
- DefaultSettingsSection.cs
- AbstractDataSvcMapFileLoader.cs
- ClosableStream.cs
- CodeCastExpression.cs
- Variant.cs
- ParentUndoUnit.cs
- RowParagraph.cs
- DataControlButton.cs
- EnumerationRangeValidationUtil.cs
- WebUtil.cs
- AmbientValueAttribute.cs
- CriticalHandle.cs
- FileRecordSequenceCompletedAsyncResult.cs
- InitializationEventAttribute.cs
- GZipStream.cs
- FrameworkContentElementAutomationPeer.cs
- Preprocessor.cs
- LinqDataSourceValidationException.cs
- EntityViewGenerator.cs
- WriteableOnDemandStream.cs
- SystemWebCachingSectionGroup.cs
- BufferedReceiveManager.cs
- TargetInvocationException.cs
- StringAttributeCollection.cs
- FileUtil.cs
- BamlLocalizationDictionary.cs
- DbConnectionPool.cs
- IsolatedStorage.cs