Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / WebForms / System / Web / UI / Design / ViewEventArgs.cs / 1 / ViewEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.Design { using System; ///public class ViewEventArgs : EventArgs { private DesignerRegion _region; private EventArgs _eventArgs; private ViewEvent _eventType; /// public ViewEventArgs(ViewEvent eventType, DesignerRegion region, EventArgs eventArgs) { _eventType = eventType; _region = region; _eventArgs = eventArgs; } /// public EventArgs EventArgs { get { return _eventArgs; } } /// public ViewEvent EventType { get { return _eventType; } } /// public DesignerRegion Region { get { return _region; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RegexMatchCollection.cs
- XmlSecureResolver.cs
- KeyTime.cs
- X509Certificate.cs
- TextUtf8RawTextWriter.cs
- TextPointer.cs
- XmlDesigner.cs
- SQLDouble.cs
- PropertyItem.cs
- CanonicalXml.cs
- XslTransform.cs
- CommandField.cs
- PenCursorManager.cs
- CreateUserWizardStep.cs
- DragDeltaEventArgs.cs
- AutoCompleteStringCollection.cs
- RelationshipDetailsRow.cs
- ElementHostPropertyMap.cs
- TrustSection.cs
- TextViewSelectionProcessor.cs
- PointCollection.cs
- ParamArrayAttribute.cs
- OleDbConnection.cs
- MimeWriter.cs
- ManagedIStream.cs
- FaultFormatter.cs
- OneOfConst.cs
- CompoundFileDeflateTransform.cs
- ActivityMarkupSerializer.cs
- ExpressionNode.cs
- VisualBrush.cs
- OutOfMemoryException.cs
- DbDataSourceEnumerator.cs
- Propagator.cs
- WindowsFormsSectionHandler.cs
- PeerPresenceInfo.cs
- MissingMemberException.cs
- SimpleBitVector32.cs
- DataControlPagerLinkButton.cs
- HtmlFormWrapper.cs
- InstanceLockTracking.cs
- StaticDataManager.cs
- PathFigureCollectionValueSerializer.cs
- TogglePattern.cs
- RootBuilder.cs
- ClientApiGenerator.cs
- DataGridTextColumn.cs
- activationcontext.cs
- SubstitutionList.cs
- Decorator.cs
- TableCellAutomationPeer.cs
- SvcMapFileLoader.cs
- DetailsViewPageEventArgs.cs
- DrawingDrawingContext.cs
- BlockExpression.cs
- SqlReferenceCollection.cs
- SortExpressionBuilder.cs
- StyleSheetRefUrlEditor.cs
- RuntimeWrappedException.cs
- DesignerRegion.cs
- HttpListenerElement.cs
- BrowserDefinition.cs
- Compilation.cs
- TextFormatterContext.cs
- LockedBorderGlyph.cs
- LabelInfo.cs
- ListControlActionList.cs
- SqlDataSourceCache.cs
- ParserContext.cs
- RepeaterCommandEventArgs.cs
- CatalogZone.cs
- Label.cs
- AttachedPropertyMethodSelector.cs
- TableRowsCollectionEditor.cs
- DesignerCategoryAttribute.cs
- CodeMemberProperty.cs
- ValidationErrorEventArgs.cs
- MasterPage.cs
- Command.cs
- NotifyIcon.cs
- TagPrefixAttribute.cs
- GB18030Encoding.cs
- XPathNavigatorException.cs
- StateManagedCollection.cs
- Expression.cs
- StackBuilderSink.cs
- DecimalConverter.cs
- BufferBuilder.cs
- PipeConnection.cs
- EmptyControlCollection.cs
- SqlDataSourceQueryEditor.cs
- StyleCollection.cs
- WeakReference.cs
- TextBlock.cs
- ComAdminWrapper.cs
- WmfPlaceableFileHeader.cs
- SqlVersion.cs
- _NetRes.cs
- DesigntimeLicenseContextSerializer.cs
- PropertyChangingEventArgs.cs