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
- ClientApiGenerator.cs
- DynamicValidatorEventArgs.cs
- PassportAuthenticationModule.cs
- GcHandle.cs
- glyphs.cs
- StringValidator.cs
- OwnerDrawPropertyBag.cs
- OneOf.cs
- DialogDivider.cs
- TextEffect.cs
- ErrorInfoXmlDocument.cs
- DomainConstraint.cs
- DependencyPropertyKey.cs
- DES.cs
- NavigatingCancelEventArgs.cs
- MetaModel.cs
- BrowserDefinitionCollection.cs
- HttpServerChannel.cs
- PageThemeParser.cs
- ConfigurationElementCollection.cs
- MailBnfHelper.cs
- XmlSchemaAttribute.cs
- mactripleDES.cs
- AssertSection.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- SourceElementsCollection.cs
- RangeContentEnumerator.cs
- CodeCatchClause.cs
- RequestBringIntoViewEventArgs.cs
- UriTemplateTableMatchCandidate.cs
- XPathParser.cs
- GroupBoxRenderer.cs
- MultipartContentParser.cs
- XPathNode.cs
- Misc.cs
- ListBoxItemAutomationPeer.cs
- ContentOperations.cs
- PlainXmlWriter.cs
- ToolStripArrowRenderEventArgs.cs
- PersistenceTask.cs
- TextSpan.cs
- PixelShader.cs
- Help.cs
- VisualStateGroup.cs
- LinqDataSourceDeleteEventArgs.cs
- UnsafeNativeMethodsMilCoreApi.cs
- PropertyTabChangedEvent.cs
- DllNotFoundException.cs
- PagesSection.cs
- PropertyValue.cs
- BitmapSource.cs
- DefaultSection.cs
- XmlObjectSerializerReadContextComplexJson.cs
- BitmapSource.cs
- BooleanFunctions.cs
- NumberEdit.cs
- PropertyValueChangedEvent.cs
- ConfigurationSectionGroup.cs
- Int64.cs
- TextParaLineResult.cs
- SQLMoneyStorage.cs
- PenContext.cs
- RadioButtonPopupAdapter.cs
- ParseElementCollection.cs
- FrameworkPropertyMetadata.cs
- InterleavedZipPartStream.cs
- dataobject.cs
- RangeContentEnumerator.cs
- FilterQuery.cs
- AvTraceFormat.cs
- activationcontext.cs
- Util.cs
- ConfigXmlWhitespace.cs
- PersonalizableAttribute.cs
- ReadOnlyNameValueCollection.cs
- InvalidTimeZoneException.cs
- SchemaSetCompiler.cs
- WindowsScrollBar.cs
- WindowsSpinner.cs
- CodeIterationStatement.cs
- EventDescriptor.cs
- SiteMapNodeCollection.cs
- TryCatch.cs
- ReversePositionQuery.cs
- ResourceDefaultValueAttribute.cs
- ServiceModelSecurityTokenTypes.cs
- CancellableEnumerable.cs
- HtmlTable.cs
- XmlDictionaryReaderQuotas.cs
- Point3DValueSerializer.cs
- PathSegment.cs
- PolicyManager.cs
- PathParser.cs
- DockPattern.cs
- DialogBaseForm.cs
- LogManagementAsyncResult.cs
- BezierSegment.cs
- WebPartZoneBase.cs
- linebase.cs
- XpsResource.cs