Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- RefExpr.cs
- XmlResolver.cs
- Aggregates.cs
- StylusPointDescription.cs
- ThreadStartException.cs
- Metafile.cs
- RegexFCD.cs
- SessionPageStateSection.cs
- XmlnsPrefixAttribute.cs
- LambdaReference.cs
- ComponentDispatcher.cs
- GZipStream.cs
- HttpFileCollection.cs
- HttpFormatExtensions.cs
- ExecutorLocksHeldException.cs
- OleStrCAMarshaler.cs
- URLMembershipCondition.cs
- XPathMultyIterator.cs
- FrameworkObject.cs
- ServiceContractViewControl.cs
- XmlDocumentType.cs
- TextRangeSerialization.cs
- HttpFileCollection.cs
- PrimitiveType.cs
- EntityContainerRelationshipSet.cs
- Polygon.cs
- AffineTransform3D.cs
- BlockUIContainer.cs
- PeerApplicationLaunchInfo.cs
- XomlCompilerHelpers.cs
- ScriptReferenceEventArgs.cs
- ResolvedKeyFrameEntry.cs
- XmlSchemaSequence.cs
- AssertFilter.cs
- GridViewSortEventArgs.cs
- WeakRefEnumerator.cs
- WorkflowDesignerColors.cs
- UnaryOperationBinder.cs
- Int64.cs
- DefaultShape.cs
- GlobalEventManager.cs
- TagMapCollection.cs
- FontDialog.cs
- SecurityTokenException.cs
- VideoDrawing.cs
- RequestCacheValidator.cs
- RtfToken.cs
- LineServices.cs
- LoadedOrUnloadedOperation.cs
- _OverlappedAsyncResult.cs
- IISMapPath.cs
- ReflectionServiceProvider.cs
- SafeRightsManagementSessionHandle.cs
- InvalidFilterCriteriaException.cs
- BasicCellRelation.cs
- ToolStripContentPanel.cs
- DetailsViewInsertedEventArgs.cs
- TreeNodeEventArgs.cs
- SafeProcessHandle.cs
- MsmqIntegrationSecurityElement.cs
- DataSvcMapFileSerializer.cs
- bidPrivateBase.cs
- HelpProvider.cs
- TypeSchema.cs
- FileStream.cs
- PolyLineSegment.cs
- TypedReference.cs
- RightsManagementPermission.cs
- ElementHost.cs
- OneOfConst.cs
- CrossContextChannel.cs
- TreeIterators.cs
- SrgsGrammarCompiler.cs
- StrokeNodeOperations.cs
- TextPointerBase.cs
- MemoryResponseElement.cs
- TransformCryptoHandle.cs
- TempFiles.cs
- DateTimePicker.cs
- TailCallAnalyzer.cs
- DesignerProperties.cs
- ChannelReliableSession.cs
- HebrewCalendar.cs
- RuntimeArgumentHandle.cs
- CreateParams.cs
- XPathNodeInfoAtom.cs
- VisualStyleInformation.cs
- LineServicesRun.cs
- ConfigXmlText.cs
- TraceShell.cs
- GuidelineSet.cs
- UInt64Storage.cs
- EntityParameterCollection.cs
- AttributeData.cs
- CollectionDataContractAttribute.cs
- EntityTypeBase.cs
- WindowsStreamSecurityUpgradeProvider.cs
- SafeSystemMetrics.cs
- TextSpan.cs
- Menu.cs