Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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; } } } } // 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
- RequestQueryProcessor.cs
- MachineSettingsSection.cs
- XMLSyntaxException.cs
- ValidatorCollection.cs
- DataServiceQuery.cs
- ConfigurationPropertyCollection.cs
- TypeToken.cs
- DoubleStorage.cs
- WebBrowserNavigatedEventHandler.cs
- ComplexTypeEmitter.cs
- WebAdminConfigurationHelper.cs
- HandlerFactoryWrapper.cs
- ControlType.cs
- SettingsPropertyValueCollection.cs
- ClipboardData.cs
- WorkflowViewService.cs
- COAUTHIDENTITY.cs
- TextModifier.cs
- RowSpanVector.cs
- ObjectItemCollection.cs
- XmlSerializerNamespaces.cs
- LineBreak.cs
- WebPartVerb.cs
- CornerRadiusConverter.cs
- PathData.cs
- Configuration.cs
- Helpers.cs
- FontWeightConverter.cs
- RelOps.cs
- SmiEventSink.cs
- HttpCapabilitiesBase.cs
- SecurityKeyIdentifier.cs
- Track.cs
- MembershipPasswordException.cs
- XsltSettings.cs
- SystemIPv6InterfaceProperties.cs
- AssemblyAssociatedContentFileAttribute.cs
- ToolTipService.cs
- CodeAttachEventStatement.cs
- ConnectionManagementElement.cs
- PathStreamGeometryContext.cs
- ContentType.cs
- ChildDocumentBlock.cs
- Binding.cs
- ReflectTypeDescriptionProvider.cs
- Empty.cs
- UrlMappingCollection.cs
- MetadataProperty.cs
- DataPagerFieldItem.cs
- SpeechDetectedEventArgs.cs
- XmlTypeAttribute.cs
- TrustManagerMoreInformation.cs
- SQLByte.cs
- ProvidePropertyAttribute.cs
- GenericPrincipal.cs
- DataRowComparer.cs
- GeneralTransform.cs
- SqlExpressionNullability.cs
- XmlSchemaSimpleTypeList.cs
- IntSecurity.cs
- SapiInterop.cs
- InfoCardCryptoHelper.cs
- XmlCharType.cs
- ScriptDescriptor.cs
- Bidi.cs
- SessionParameter.cs
- PropertyDescriptorComparer.cs
- BinaryFormatterSinks.cs
- CustomWebEventKey.cs
- DataGridRowsPresenter.cs
- XmlSerializerSection.cs
- DoubleStorage.cs
- ExtendLockAsyncResult.cs
- DispatcherHooks.cs
- MDIWindowDialog.cs
- ISAPIWorkerRequest.cs
- NavigationPropertySingletonExpression.cs
- CalendarDataBindingHandler.cs
- BevelBitmapEffect.cs
- ComplexPropertyEntry.cs
- Byte.cs
- ProtocolsConfigurationEntry.cs
- AutomationPropertyInfo.cs
- DataGridViewRowsRemovedEventArgs.cs
- _AutoWebProxyScriptHelper.cs
- AppDomainInstanceProvider.cs
- UniqueID.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- FontStyles.cs
- SamlSubjectStatement.cs
- AdCreatedEventArgs.cs
- StrongNameKeyPair.cs
- Nodes.cs
- CurrencyManager.cs
- TrackingMemoryStream.cs
- NavigationFailedEventArgs.cs
- SkewTransform.cs
- Positioning.cs
- ContextQuery.cs
- CodeCatchClauseCollection.cs