Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / WebForms / System / Web / UI / Design / WebControls / LiteralDesigner.cs / 1 / LiteralDesigner.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.Design.WebControls { using System; using System.ComponentModel; using System.ComponentModel.Design; using System.Web.UI.WebControls; ////// [System.Security.Permissions.SecurityPermission(System.Security.Permissions.SecurityAction.Demand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)] [SupportsPreviewControl(true)] public class LiteralDesigner : ControlDesigner { public override void OnComponentChanged(object sender, ComponentChangedEventArgs ce) { base.OnComponentChanged(sender, new ComponentChangedEventArgs(ce.Component, null, null, null)); } } } // 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
- XsdCachingReader.cs
- StrongNameIdentityPermission.cs
- JsonMessageEncoderFactory.cs
- SQLDoubleStorage.cs
- EventLogStatus.cs
- AnnouncementInnerClient11.cs
- HandleCollector.cs
- UpdateCompiler.cs
- WebReferencesBuildProvider.cs
- FixedFlowMap.cs
- BitmapCodecInfoInternal.cs
- RuntimeWrappedException.cs
- OleDbStruct.cs
- contentDescriptor.cs
- DrawingBrush.cs
- SharedConnectionInfo.cs
- WithStatement.cs
- ValidationError.cs
- PreProcessInputEventArgs.cs
- CacheVirtualItemsEvent.cs
- XmlChildEnumerator.cs
- ActivityLocationReferenceEnvironment.cs
- RelationshipConstraintValidator.cs
- ObjectDataSourceFilteringEventArgs.cs
- _AutoWebProxyScriptEngine.cs
- Material.cs
- QueryCursorEventArgs.cs
- IgnoreSectionHandler.cs
- MasterPageBuildProvider.cs
- ApplicationDirectoryMembershipCondition.cs
- SkipStoryboardToFill.cs
- AnnotationHelper.cs
- TypeForwardedToAttribute.cs
- RemoteWebConfigurationHostStream.cs
- NegatedCellConstant.cs
- TokenBasedSet.cs
- InfoCardRSACryptoProvider.cs
- TextRunProperties.cs
- AbstractSvcMapFileLoader.cs
- InternalControlCollection.cs
- DBCSCodePageEncoding.cs
- ResXResourceSet.cs
- JoinElimination.cs
- InfoCardMasterKey.cs
- ListViewAutomationPeer.cs
- Image.cs
- PropertyStore.cs
- TakeQueryOptionExpression.cs
- SettingsAttributes.cs
- CharConverter.cs
- OperationAbortedException.cs
- RepeaterItem.cs
- MeasurementDCInfo.cs
- UnsafeNativeMethods.cs
- VisualStyleRenderer.cs
- ModifierKeysValueSerializer.cs
- EnvironmentPermission.cs
- Asn1Utilities.cs
- XslCompiledTransform.cs
- MouseGestureValueSerializer.cs
- XmlDictionaryString.cs
- HighlightVisual.cs
- PathFigure.cs
- WindowsFont.cs
- RepeatInfo.cs
- ProviderConnectionPointCollection.cs
- FormatterConverter.cs
- DisplayInformation.cs
- TextTreeDeleteContentUndoUnit.cs
- UriScheme.cs
- ServiceMemoryGates.cs
- RootProfilePropertySettingsCollection.cs
- Logging.cs
- ExitEventArgs.cs
- MethodBuilderInstantiation.cs
- ServiceProviders.cs
- ResourceDefaultValueAttribute.cs
- TagElement.cs
- UpdateDelegates.Generated.cs
- PropertyNames.cs
- DesignerUtility.cs
- CloudCollection.cs
- RangeBaseAutomationPeer.cs
- DecodeHelper.cs
- CacheDependency.cs
- Vector3DAnimation.cs
- TextRenderingModeValidation.cs
- DataGridViewRowEventArgs.cs
- TextEditorSpelling.cs
- XPathAncestorQuery.cs
- CheckoutException.cs
- ValidationService.cs
- ResourceReferenceExpressionConverter.cs
- BindingNavigator.cs
- SessionSwitchEventArgs.cs
- PowerModeChangedEventArgs.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- BlockUIContainer.cs
- IgnoreSection.cs
- SafeRegistryKey.cs