Code:
/ DotNET / DotNET / 8.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;
///
/// Specifies which event is fired on initialization.
///
[AttributeUsage(AttributeTargets.Class)]
public sealed class InitializationEventAttribute : Attribute {
private string eventName = null;
///
///
/// Initializes a new instance of the class.
///
///
public InitializationEventAttribute(string eventName) {
this.eventName = eventName;
}
///
///
/// Gets the name of the initialization event.
///
///
public string EventName {
get {
return this.eventName;
}
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ContentPosition.cs
- ModelItem.cs
- OrderedDictionary.cs
- CompensableActivity.cs
- XmlAnyAttributeAttribute.cs
- counter.cs
- SspiHelper.cs
- SineEase.cs
- DBDataPermissionAttribute.cs
- WorkflowServiceHostFactory.cs
- DependencyPropertyHelper.cs
- DbFunctionCommandTree.cs
- WaitForChangedResult.cs
- LinearQuaternionKeyFrame.cs
- XmlSigningNodeWriter.cs
- PinnedBufferMemoryStream.cs
- MDIWindowDialog.cs
- ConnectionPointCookie.cs
- CodeNamespaceImport.cs
- _UncName.cs
- RequestTimeoutManager.cs
- FormViewRow.cs
- PeerNameRecordCollection.cs
- PictureBox.cs
- Assert.cs
- CompModSwitches.cs
- OleDbRowUpdatingEvent.cs
- HelpProvider.cs
- CacheChildrenQuery.cs
- ThicknessAnimationUsingKeyFrames.cs
- MissingFieldException.cs
- CodeCommentStatementCollection.cs
- HelpKeywordAttribute.cs
- PeerEndPoint.cs
- OracleColumn.cs
- UnaryNode.cs
- FilterElement.cs
- DbParameterHelper.cs
- ModelUIElement3D.cs
- CurrentChangedEventManager.cs
- Emitter.cs
- DataTableMapping.cs
- Misc.cs
- DrawToolTipEventArgs.cs
- ColorMap.cs
- designeractionlistschangedeventargs.cs
- ListenerSingletonConnectionReader.cs
- ValidationHelper.cs
- PaginationProgressEventArgs.cs
- TimelineClockCollection.cs
- SharedStatics.cs
- ConnectionPointCookie.cs
- DependsOnAttribute.cs
- GuidConverter.cs
- SqlDataSourceCommandParser.cs
- ArrayWithOffset.cs
- EdmEntityTypeAttribute.cs
- SmtpClient.cs
- StorageRoot.cs
- QueryExtender.cs
- ConfigurationSectionGroupCollection.cs
- Pkcs9Attribute.cs
- PanelStyle.cs
- AlternateView.cs
- SchemaNotation.cs
- PlainXmlWriter.cs
- HtmlHistory.cs
- CorrelationManager.cs
- DiscoveryClient.cs
- Activator.cs
- ByteAnimationUsingKeyFrames.cs
- PreDigestedSignedInfo.cs
- Literal.cs
- JpegBitmapDecoder.cs
- DataSetMappper.cs
- IpcClientChannel.cs
- SmtpFailedRecipientsException.cs
- Interlocked.cs
- CommandBinding.cs
- RouteCollection.cs
- UnsafeNativeMethodsCLR.cs
- DrawingGroup.cs
- ComponentDesigner.cs
- BindingList.cs
- dataSvcMapFileLoader.cs
- InvalidCastException.cs
- EllipseGeometry.cs
- GridItemPatternIdentifiers.cs
- EntityDataSourceEntitySetNameItem.cs
- TdsParameterSetter.cs
- SetStoryboardSpeedRatio.cs
- DesignerDataTable.cs
- FormViewModeEventArgs.cs
- CodeCommentStatementCollection.cs
- MetadataUtil.cs
- XmlSchemaException.cs
- Content.cs
- EntityDataSourceEntitySetNameItem.cs
- ParagraphVisual.cs
- ToolStripContentPanel.cs