Code:
/ FX-1434 / FX-1434 / 1.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
- UriWriter.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- RegistryExceptionHelper.cs
- BehaviorEditorPart.cs
- DesignTimeXamlWriter.cs
- TreeIterator.cs
- UnionExpr.cs
- CharacterShapingProperties.cs
- Point3DCollection.cs
- ArcSegment.cs
- IERequestCache.cs
- SyntaxCheck.cs
- Memoizer.cs
- EllipticalNodeOperations.cs
- WebPartUserCapability.cs
- TemplatedWizardStep.cs
- Pts.cs
- XmlUtf8RawTextWriter.cs
- EncodingTable.cs
- XmlSerializationReader.cs
- TagPrefixAttribute.cs
- EdmRelationshipRoleAttribute.cs
- HttpProfileGroupBase.cs
- ExpandedWrapper.cs
- UInt16.cs
- ProofTokenCryptoHandle.cs
- AuthenticationException.cs
- ListDictionary.cs
- processwaithandle.cs
- FontFamilyConverter.cs
- RecipientInfo.cs
- XmlSchemaObjectCollection.cs
- PublisherMembershipCondition.cs
- IPCCacheManager.cs
- ToolStripMenuItem.cs
- designeractionbehavior.cs
- FontFaceLayoutInfo.cs
- WeakReference.cs
- SafeSecurityHandles.cs
- CodeIdentifier.cs
- Wizard.cs
- InvalidDataContractException.cs
- XmlCodeExporter.cs
- TouchPoint.cs
- ThreadStaticAttribute.cs
- InputEventArgs.cs
- SQLDecimalStorage.cs
- DataGridViewCell.cs
- TreeNodeStyle.cs
- PartialTrustVisibleAssembly.cs
- WmiInstallComponent.cs
- ValueUtilsSmi.cs
- SQLInt16Storage.cs
- Funcletizer.cs
- InvariantComparer.cs
- MailDefinitionBodyFileNameEditor.cs
- documentsequencetextpointer.cs
- SQLDecimalStorage.cs
- ResumeStoryboard.cs
- PolygonHotSpot.cs
- DataTransferEventArgs.cs
- httpstaticobjectscollection.cs
- SafeWaitHandle.cs
- ObjectMemberMapping.cs
- MultiDataTrigger.cs
- StreamInfo.cs
- TextEditorCopyPaste.cs
- SchemaImporterExtensionElementCollection.cs
- SharedStatics.cs
- DeferrableContentConverter.cs
- ListViewGroupConverter.cs
- NavigateEvent.cs
- GC.cs
- SmiEventSink_DeferedProcessing.cs
- MediaContext.cs
- OdbcDataAdapter.cs
- DocumentApplicationJournalEntry.cs
- AssemblyCacheEntry.cs
- Normalization.cs
- ContractNamespaceAttribute.cs
- OdbcConnectionHandle.cs
- PeerNameRegistration.cs
- UnsafeMethods.cs
- ChildTable.cs
- ArglessEventHandlerProxy.cs
- DrawingBrush.cs
- XsdDateTime.cs
- Drawing.cs
- ControlsConfig.cs
- XmlToDatasetMap.cs
- MimePart.cs
- PermissionSet.cs
- SmiConnection.cs
- PropertyItemInternal.cs
- ToolStripGrip.cs
- PairComparer.cs
- EditingCoordinator.cs
- FunctionDetailsReader.cs
- _CookieModule.cs
- ShaderEffect.cs